keen/col/stack
Sourcestack[t] record (has private fields)Immutable stack type. Iterates from the bottom (least recently pushed) to the top (most recently pushed).
list-new[t] t stack(a t[])The first element of
a goes on the bottom and the last element of a goes on the top.to[t] t stack(a t[])Stack containing the given elements. The first element of
a goes on the bottom and the last element of a goes on the top.