StackMap.popHead

Remove and return the more recent addition to the stack

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

Meta