weak_stack

A stack which does not own the memory it contains.

alias weak_stack(T) = StackImpl!(T, false)

Meta