Contents
Indexes:
Function Nmapfilter
Part of:
package elprep
(
nmapfilter
< map > < filter > < list > &optional < tail > )
Destructively apply the following steps to each element in the list, optionally bounded by tail:
- Apply map.
- Filter out each element for which filter returns nil.