Function Mapfiltermap

Part of:

package elprep
( mapfiltermap < inmap > < filter > < outmap > < list > &optional < tail > )
Apply the following steps to each element in the list, optionally bounded by tail:
- Apply inmap.
- Filter out each element for which filter returns nil.
- Apply outmap.