get

operator fun get(index: Int): Reference

Assumes Reference as a Vector and returns a Reference at index index.


operator fun get(key: String): Reference

Assumes Reference as a Map and returns a Reference for the value at key key.