Function Filter-Values

Part of:

package metabang.utilities
( filter-values < fn > < lst > )
FILTER as defined in _On_Lisp_. Given a list, collects all the non-nil
results of applying FN to elements of LST.