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