<pair>
The class of lists that can have new values assigned to their heads and tails.
Exported from
Module common-dylan
Module Dylan
Modifiers
concrete free sealed
Superclasses
<list>
Functions on <pair>
head-setter
last-pair
tail-setter
Functions returning <pair>
last-pair
pair
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 linked lists.
Sets the head of a pair to contain an object and returns the object.
Return the final pair or last element of a non-empty list.
Sets the tail of a pair to contain an object and returns the object.
Creates and returns a freshly allocated pair.