utils/tuple/tuple library

Classes

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