Function: --find

--find is a for --first, defined in dash.el.

Signature

(--find FORM LIST)

Documentation

Return the first item in LIST for which FORM evals to non-nil.

Return nil if no such element is found. Each element of LIST in turn is bound to it and its index within LIST to it-index before evaluating FORM. This is the anaphoric counterpart to -first.

Aliases

--find