Vocabularysequences.
extrasInputsOutputsWord descriptionOutputs the least element of
seq, ignoring any
f elements in it. If
seq is empty or
f, returns
f.
ExamplesUSING: prettyprint sequences.extras ;
{ 1 f 3 2 } ?minimum .
1
See also?maximumDefinition