Skip to main content

IntegerRange

A range of integers

type IntegerRange {
from: Int
to: Int
}

Fields

from (Int)

to (Int)