<pair>

The class of lists that can have new values assigned to their heads and tails.

Exported from

Modifiers

concrete free sealed

Superclasses

Functions on <pair>

Functions returning <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.