StackMap.popTail

Remove and return the oldest addition to the stack

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

Meta