Function Minimize

Part of:

package metabang.utilities
( minimize < pred > < seq > &rest < reduce-keys > &key < key > )

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.