Open generic function
Returns an element from a collection such that the element satisfies a predicate.
find-element collection function #key skip failure => element
<collection>.
<function>.
<integer>. Default value: 0.
<object>. Default value: #f.
<object>.
common-extensions
common-extensions
Returns a collection element that satisfies predicate.
This function is identical to Dylan's find-key, but it returns the element that satisfies predicate rather than the key that corresponds to the element.