xpair

Puts an element at the head of a list.  Occasionally useful as a value to be passed to a fold or other higher-order procedure.

Exported from

Arguments

listAn instance of <list>.
eltAn instance of <object>.  The element to add to the front of the list.

Values

new-listAn instance of <list>.
Sequence-Utilities, written by Matthias Hölzl, provides common or oft-used operations performed on <sequence>s.
The class of linked lists.
The class of all Dylan objects.