subtype?
Returns true if
type1
is a subtype of
type2
.
Exported from
Module common-dylan
Module Dylan
Modifiers
sealed
Arguments
type1
An instance of
<type>
.
type2
An instance of
<type>
.
Values
boolean
An instance of
<boolean>
.
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 types, including classes and other types.
The class of boolean values.