StackMap.take

Remove (and return) the cache entry associated with the provided key. Returns false if there is no such entry.

class StackMap(K, V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.Collect)
final
bool
take
(
K key
,
ref V value
)

Meta