unsupplied
Returns the unique “unsupplied” value. Useful as a default value for keyword arguments.
Exported from
Module common-dylan
Module common-extensions
Values
val
An instance of
<object>
.
See also
supplied?
unsupplied?
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The class of all Dylan objects.
Returns true if its argument, the keyword argument of a function, is not the unique “unsupplied” value, and false if it is.
Returns true if its argument is equal to the unique “unsupplied” value, and false if it is not.