rangeUntil method
Creates a range from this (inclusive) to other (exclusive).
Implementation
Range<C> rangeUntil(C other) => Range(this, other);
Creates a range from this (inclusive) to other (exclusive).
Range<C> rangeUntil(C other) => Range(this, other);