type Tuple<T>
A readonly array of fixed length and types.
Companion namespace: Tuple
Definition
export type Tuple<T extends Tuple.Source> = Readonly<T>;
type Tuple<T>A readonly array of fixed length and types.
Companion namespace: Tuple
export type Tuple<T extends Tuple.Source> = Readonly<T>;