Type Alias TupleOfLength16<T>

TupleOfLength16: [T, T, T, T, T, T, T, T, T, T, T, T, T, T, T, T]

A tuple of length 16.

Type Parameters

  • T

    The type of the elements in the tuple.