Tuple3<T> class
Basic three value tuple, where the values have the same type.
Use tuple.x, tuple.y, or tuple.z to lookup values. For tuples containing values of the different types, use PolyTuple3 instead.
Constructors
- Tuple3(T x, T y, T z)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → List< T> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited