IntRange typedef

IntRange = (Int, Int)

A range of values of type Int.

Implementation

typedef IntRange = (Int, Int);