Skip to content

Class: ListType

Represents a list type (e.g., [Int]).

Constructors

Constructor

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

Parameters

ParameterType
valuesType
constraintsConstraint[]
loc?SourceLocation

Returns

ListType

Overrides

ASTNode.constructor