Pair Structure — Pair of integers
{ Int32 first, Int32 second }
The Pair type is used to group two integers together.
Int32 first
first
The first element
Int32 second
second
The second element