Function: -any-p

-any-p is a for -any?, defined in dash.el.

Signature

(-any-p PRED LIST)

Documentation

Return t if (PRED X) is non-nil for any X in LIST, else nil.

Alias: -any-p, -some?, -some-p

Aliases

-any-p -some? -some-p