utils/tuple/tuple library
Classes
-
Tuple<
T, R> -
A generic Tuple class with two typed elements,
T
andR
. Tuples are immutable, and this class provides a simple way to store pairs of values.
T
and R
.
Tuples are immutable, and this class provides a simple way to store pairs of values.