Enhanced C#
Language of your choice: library documentation
Loyc.Pair Class Reference

Pair.Create(a, b) is a helper method for making pairs. More...


Source file:

Remarks

Pair.Create(a, b) is a helper method for making pairs.

To avoid creating an extra class, this class also contains Pair.Create(a, b, c) which makes triplet structs.