min

Returns the least of its arguments.  min operates by calling <, and therefore is applicable to any objects for which < is defined.

Exported from

Arguments

object1An instance of <object>.
#rest objectsZero or more instances of <object>.

Values

object2An instance of <object>.
Returns the least of its arguments.
Returns true if its first operand is less than its second operand.
The common-dylan module.
Whenever possible, we have tried to keep the Dylan module pristine and unextended, preferring to add our extensions to separate modules or libraries.
The class of all Dylan objects.