apair

Adds an association to a sequence.  See Associative lists.

Exported from

Arguments

keyAn instance of <object>.  The key element of the association.
datumAn instance of <object>.  The value element of the association.
aseqAn instance of <sequence>.  An associative list.
cons:An instance of <function> used to create the association from the key and datum parameters.  The default is pair.
add:An instance of <function>.  The function used to add the association onto the sequence.  The default is xpair.

Values

new-aseqAn instance of <sequence>.  The new associative list.
Those familiar with Lisp will feel at home here.
Sequence-Utilities, written by Matthias Hölzl, provides common or oft-used operations performed on <sequence>s.
The class of all Dylan objects.
The class of collections whose keys are consecutive integers starting from zero.
The class of objects that can be applied to arguments.
Creates and returns a freshly allocated pair.
Puts an element at the head of a list.