| subtype |
A type together with a constraint which possibly restricts the allowed range of values. Strictly speaking, all types in Ada are actually subtypes of anonymous unconstrained types.
Ãâó: www.it.bton.ac.uk/staff/je/adacraft/glossary.htm
|
|---|---|
| subtype |
A subtype of a type characterizes a subset of the values of the type. The subset is determined by a constraint on the type. Each value in the set of values of a subtype belongs to the subtype and satisfies the constraint determining the subtype.
Ãâó: archive.adaic.com/standards/83lrm/html/lrm-D.html
|