bags.spad line 50 [edit on github]
A stack represented as a flexible array.
arrayStack([x, y, ..., z])
creates an array stack with first (top) element x
, second element y
, ..., and last element z
.
BagAggregate(S)
Collection(S)
InnerEvalable(S, S)
Evalable(S)