Skip to main content

2 docs tagged with "Tuple"

View All Tags

Tuple

Tuple is defined as: Array with fixed length & fixed element Type. Topics on: Tuple Type used to distinguish from Array Literal which TSC infers as List, Tuple

Variadic Tuple

Variadic Tuple is defined as: Tuple Type Annotation using Spread Operator or Rest Parameter, to define varying number of element types. Topics on: . Read more: