Function Minimize

Part of:

package metabang.utilities
( minimize < pred > < seq > &rest < key > &key < key > &allow-other-keys )
Returns the ``smallest'' element. Supports all the usual reduce keywords.
PRED sees the new values first when :from-end is nil. Unlike REDUCE-IF, MINIMIZE
does not return the value of applying :key.