SortedMap.iterator

Return an iterator which return all elements matching or greater/lesser than the key in argument. The second argument dictates traversal direction.

Return a generic iterator for contained elements

  1. Iterator iterator(bool forward)
  2. Iterator iterator(K key, bool forward)
    class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    final
    Iterator
    iterator
    (
    K key
    ,
    bool forward
    )

Meta