Creates a value range requiring at least one value (1..*).
Requires one or more values, resulting in a non-empty array type (readonly [V, ...V[]]).
readonly [V, ...V[]]
The value shape or union type
The value shape or union for the linked set
A range with minCount=1 and no maximum count
Creates a value range requiring at least one value (1..*).
Requires one or more values, resulting in a non-empty array type (
readonly [V, ...V[]]).