Function Find-All

Part of:

package metabang.utilities
( find-all < item > < sequence > &rest < test > &key < test > &allow-other-keys )
Find all those elements of sequence that match item,
according to the keywords. Doesn't alter sequence.