VocabularydequesInputsOutputsGeneric word contractPush the object onto the front of the deque and return the newly created node.
NotesThis operation is O(1).
ExamplesUSING: deques dlists kernel prettyprint ;
33 <hashed-dlist> push-front* node-value .
33
DefinitionMethods