iter property
      
      Iterable<KtMapEntry<K, V> > 
      get
      iter
      
    
    
Access to a Iterable to be used in for-loops
Implementation
Iterable<KtMapEntry<K, V>> get iter;
Access to a Iterable to be used in for-loops
Iterable<KtMapEntry<K, V>> get iter;