Creates a readonly tuple containing a sequence of number literals from 0 up to (but not including) N.
Requires N to be a non-negative integer literal for which MakeTuple<unknown, N> can be computed.
Type Parameters
Nextendsnumber
The upper bound (exclusive) of the sequence. Must be a non-negative integer literal.
Creates a readonly tuple containing a sequence of number literals from 0 up to (but not including)
N. RequiresNto be a non-negative integer literal for whichMakeTuple<unknown, N>can be computed.