The minimum number of elements (inclusive).
The input array type (tuple types are preserved).
xs typed as MinLengthTuple<MinLength, Xs[number]> & Xs.
Casts an array to MinLengthTuple<MinLength, E> after checking that it has
at least minLength elements.
This is the structural counterpart of asMinLengthArray; see
asFixedLengthTuple for when to prefer which.
The minimum number of elements (inclusive).
The minimum number of elements (inclusive).
xs typed as MinLengthTuple<MinLength, Xs[number]> & Xs.
Casts an array to
MinLengthTuple<MinLength, E>after checking that it has at leastminLengthelements.This is the structural counterpart of
asMinLengthArray; see asFixedLengthTuple for when to prefer which.