iter property

Iterable<KtMapEntry<K, V>> iter

Access to a Iterable to be used in for-loops

Implementation

Iterable<KtMapEntry<K, V>> get iter;