Returns an iterable of key-value pairs for each entry in the map. Each value is represented as an Instance corresponding to its key.
If the underlying instance at runtime is not a map, returns an empty iterator.
Returns an iterable of keys in the map.
If the underlying instance at runtime is not a map, returns an empty iterator.
Returns an iterable of values in the map. Each value is represented as a Instance.
If the underlying instance at runtime is not a map, returns an empty iterator.
Generated using TypeDoc
AnyInstanceCollectionMethods defines all possible methods available on an Instance for the underlying collection types.