stack

A stack which owns the memory it contains.

alias stack(T) = StackImpl!(T, true)

Meta