bags.spad line 1 [edit on github]
Linked List implementation of a Stack
stack([x, y, ..., z])
creates a stack with first (top) element x
, second element y
, ..., and last element z
.
BagAggregate(S)
Collection(S)
InnerEvalable(S, S)
Evalable(S)