function-specializers

Returns the specializers of a function.  The length of the sequence will equal the number of required arguments of function.  The first element of the sequence will be the specializer of the first argument of function, the second will be the specializer of the second argument, and so on.

The sequence returned should never be destructively modified.  Doing so may cause unpredictable behavior.

Exported from

Modifiers

sealed

Arguments

functionAn instance of <function>.

Values

sequenceAn instance of <sequence>.
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 objects that can be applied to arguments.
The class of collections whose keys are consecutive integers starting from zero.