Module range

Source

Structs§

IntRangePopFrontLibfunc
Libfunc that takes the range [x, y) and if x < y, returns the range [x + 1, y) and the value x.
IntRangeTryNewLibfunc
Libfunc that constructs the range [x, y) if x <= y. Otherwise, returns the empty range [y, y).
IntRangeTypeWrapped
Type for IntRange(x, y) where x <= y.

Enums§

IntRangeConcreteLibfunc
IntRangeLibfunc

Type Aliases§

IntRangeType