SortedMap.take

Time complexity: O(log n)

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

Meta