Function: -select
-select is a function alias for -filter, defined in dash.el.
Signature
(-select PRED LIST)
Documentation
Return a new list of the items in LIST for which PRED returns non-nil.
Alias: -select.
This function's anaphoric counterpart is --filter.
For similar operations, see also -keep and -remove.