Libraries |
|
Subrange | Source Code |
|
|
Abstract data types | |||||
type |
|
subrange
const func type: subrange (in baseType: first) .. (in baseType: last)
-
Abstract data type, describing a subrange type.
Operator Summary | |||||
subrangeType |
| ||||
subrangeType |
|
Function Summary | |||||
void |
|
Operator Detail |
Function Detail |
SUBRANGE_TYPES
const proc: SUBRANGE_TYPES (in type: baseType)
-
Template function to define an abstract data type for subranges. This template defines the abstract data type for the given baseType.
|
|