Skip to content

Class: TupleType

Represents a tuple type (e.g., (Int, Bool)).

Constructors

Constructor

new TupleType(values, constraints, loc?): TupleType

Parameters

ParameterType
valuesType[]
constraintsConstraint[]
loc?SourceLocation

Returns

TupleType

Overrides

ASTNode.constructor