Tuple<A, B> constructor

const Tuple<A, B>(
  1. A first,
  2. B second
)

Implementation

const factory Tuple(A first, B second) = _Tuple;