alist-delete

Deletes associations from the associative list.  See Associative lists.

Exported from

Arguments

eltAn instance of <object>.  The key element of an association to remove.
alistAn instance of <sequence>.  An associative list.
key:An instance of <function>, used to obtain a key element from an association.  The default is head.
test:An instance of <function>, used to compare keys.  The default is =.

Values

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