Function Mapfilter

Part of:

package elprep
( mapfilter < map > < filter > < list > &optional < tail > )
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.