assoc

Looks up a value given a key.  See Associative lists.

Exported from

Arguments

eltAn instance of <object>.  The key element to find the value element.
seqAn instance of <sequence>.  An associative list.
key:An instance of <function>.  The function used to obtain the key of an element in the associative list.  The default is head.
test:An instance of <function>.  The function used to compare keys.  The default is =.

Values

foundAn instance of <object>.
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.
Returns the head of a list.
Compares two objects for equality.