Tuples are mutable types, meaning that their fields can be re-assigned. This allows functions that work with Tuples to reuse objects in order to reduce pressure on the garbage collector. @see Tuple @param < T0> The type of field 0 @param < T1> The type of field 1 @param < T2> The type of field 2
|
|