Type alias Both<A, B>

Both<A, B>: readonly [typeof bothSymbol, A, B]

The variant of These represents there are both of the values.

Type Parameters

  • A

  • B

Generated using TypeDoc