find

Find an element satisfying a predicate.  Similar to find-element.

Exported from

Modifiers

sealed

Arguments

predAn instance of <function>.
seqAn instance of <sequence>.
failure:An instance of <object>.  The value returned if a matching element is not found.  Defaults to #f.

Values

objAn instance of <object>.  The found element, or the failure value.
Returns an element from a collection such that the element satisfies a predicate.
Sequence-Utilities, written by Matthias Hölzl, provides common or oft-used operations performed on <sequence>s.
The class of objects that can be applied to arguments.
The class of collections whose keys are consecutive integers starting from zero.
The class of all Dylan objects.