find-tail

Find an element satisfying a predicate, returning it and the rest of the sequence.

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

resultAn instance of <sequence> or the failure value.
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.