bound property
getter/setter pair
The bound of a TypeParameter or BoundedType.
The value will always be of one of the kinds: Type, TypeParameter, RecordType, FunctionType, BoundedType.
Provided for instance kinds:
- BoundedType
- TypeParameter
Implementation
@optional
InstanceRef? bound;