SortedMap.take

Time complexity: O(log n)

Takes the value associated with the least key.

  1. bool take(V v)
    class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    final
    bool
    take
    (
    ref V v
    )
  2. bool take(K key, V value)

Meta