[T] Entity
type Entity: Type | Value | MixedParameterConstraint | IndeterminateEntity;
Represent every single entity that are part of the TypeSpec program. Those are composed of different elements:
- Types
- Values
- Value Constraints
type Entity: Type | Value | MixedParameterConstraint | IndeterminateEntity;
Represent every single entity that are part of the TypeSpec program. Those are composed of different elements: