push-last
Adds an element to the end of a deque.
deque
is modified by this operation.
Exported from
Module common-dylan
Module Dylan
Modifiers
open
Arguments
deque
An instance of
<deque>
.
new-value
An instance of
<object>
.
Values
new-value
An instance of
<object>
. The same object that was passed in as an argument.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of double-ended queues.
The class of all Dylan objects.