rangeTo method
Creates a range from this (inclusive) to other (inclusive).
Implementation
RangeInclusive<C> rangeTo(C other) => RangeInclusive(this, other);
Creates a range from this (inclusive) to other (inclusive).
RangeInclusive<C> rangeTo(C other) => RangeInclusive(this, other);