View source
abstract thx.Tuple2<T0, T1>({_1:T1, _0:T0}) from {_1:T1, _0:T0} to {_1:T1, _0:T0}
import thx.Tuple;
Available on all platforms
Tuple2
is a tuple with two values. It maps to an anonymous object with fields _0
and _1
.