tuples library

Library containing a collection of tuple types

Classes

PolyTuple<T, U>
Basic two value tuple, where the values have different types.
PolyTuple3<T, U, V>
Basic three value tuple, where the values have different types.
PolyTuple4<T, U, V, W>
Basic four value tuple, where the values have different types.
Tuple<T>
Basic two value tuple, where the values have the same type.
Tuple3<T>
Basic three value tuple, where the values have the same type.
Tuple4<T>
Basic four value tuple, where the values have the same type.