abstract Tuple4<T0, T1, T2, T3>({_3:T3, _2:T2, _1:T1, _0:T0})
package thx
from {_3:T3, _2:T2, _1:T1, _0:T0}, to {_3:T3, _2:T2, _1:T1, _0:T0}
import thx.Tuple
Tuple4 is a tuple with four values. It maps to an anonymous object with fields _0, _1, _2, and _3.
Constructor
Methods
inline dropLeft ():Tuple3<T1, T2, T3>
dropLeft returns a new Tuple with one less element by dropping the first
on the left.