Package-level declarations

Types

Link copied to clipboard

Default range factory, it should work for any BoundType.

Link copied to clipboard

Range factory for IntRange.

Link copied to clipboard

Range factory for LongRange.

Link copied to clipboard

Factory for ranges.

Functions

Link copied to clipboard

Checks if other range is entirely inside this.

Link copied to clipboard
Link copied to clipboard

Returns a new range by joining other range and this.

Link copied to clipboard

Cuts other range from this and returns a list of non-empty pieces that are left.

Link copied to clipboard

Checks if other range is located on a distance of step away from this.

Link copied to clipboard

Returns a new range by trimming this by other's bounds.