Tuple
is a tuple with two values. It maps to an anonymous object with fields _0
and _1
.
You can also access with left
and right
.
Alias
alias for
Tuple2<T0, T1>
Tuple
is a tuple with two values. It maps to an anonymous object with fields _0
and _1
.
You can also access with left
and right
.
Tuple2<T0, T1>