DerangedComparable<C extends Comparable<C> > extension
- on
-
- C
Methods
-
rangeTo(
C other) → RangeInclusive< C> -
Available on C, provided by the DerangedComparable extension
Creates a range fromthis(inclusive) toother(inclusive). -
rangeUntil(
C other) → Range< C> -
Available on C, provided by the DerangedComparable extension
Creates a range fromthis(inclusive) toother(exclusive).