Skip to main content
Version: 4.1

Interface: Range<T>

Represents a generic range from one value to another.

Type parameters

Name
T

Properties

from

from: T

The from value. The start of the range.


to

to: T

The to value. The end of the range.