model/pair library

Classes

Pair<T, U>
A wrapper class for a pair of objects. It is used to return two objects from a function. T is the type of the first object. U is the type of the second object.