key-exists?

Returns #t if a key is in a collection.  If the key is in the collection, then the second value is the element associated with key; otherwise, the second return value is an undefined value.

Exported from

These two implementations are distinct, but have the same effect.

Modifiers

sealed

Arguments

collectionAn instance of <collection>.
keyAn instance of <object>.

Values

key-exists?An instance of <boolean>.
valueAn instance of <object>.  The associated datum for the key.
Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.
The collection-utilities module.
The class of collections, aggregate data structures.
The class of all Dylan objects.
The class of boolean values.