alist-delete

[procedure] alist-delete key alist [=]

SRFI-1: alist-delete deletes all associations from alist with the given key, using key-comparison procedure =, which defaults to [[equal?[[. The dynamic order in which the various applications of = are made is not specified.

See also delete, alist-delete!.