Generic Function Best-Item (2 methods)

( best-item < items > < function > &key < key > < test > < filter > )

Part of:

package metabang.utilities
Returns the item in items with the 'best' value of function where
'best' is determined by test. You can use filter to limit which items are compared and
key to select out what part of each item actually gets tested. See argmin and argmax
for specializations.

Method Summary

best-item < metabang.cl-containers:iteratable-container-mixin > < t > 
best-item < list > < t >