Function: --any

--any is a for --some, defined in dash.el.

Signature

(--any FORM LIST)

Documentation

Return non-nil if FORM evals to non-nil for at least one item in LIST.

If so, return the first such result of FORM. 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 -some.

Aliases

--any