Pair Structure

Pair Structure — Pair of integers

The Pair Structure

{
  Int32 first,
  Int32 second
}
          

The Pair type is used to group two integers together.

Int32 first

The first element

Int32 second

The second element