SortedMap.removeKey

Time complexity: O(log n)

class SortedMap(K, V, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
bool
removeKey
(
K key
)

Meta