bags.spad line 143 [edit on github]
Linked list implementation of a Dequeue
dequeue([x, y, ..., z])
creates a dequeue with first (top or front) element x
, second element y
, ..., and last (bottom or back) element z
.
BagAggregate(S)
Collection(S)
InnerEvalable(S, S)
Evalable(S)