Type alias Tuple<A, B>

Tuple<A, B>: readonly [A, B]

The readonly tuple having A and B.

Type Parameters

  • A

  • B

Generated using TypeDoc