Modifiers

set, setitem - set element at index
apply - apply code to items in collection

push - put element on a stack
pop - return element from a stack
queue - add element to a queue
dequeue - return element from a queue

See also:

Table of Content