Represents a tuple of guard functions, where each function validates the corresponding element in a tuple T.
T
Used for guarding structured arrays (tuples) with fixed element types.
A tuple type to be guarded, e.g., [string, number].
[string, number]
Represents a tuple of guard functions, where each function validates the corresponding element in a tuple
T
.Used for guarding structured arrays (tuples) with fixed element types.