import * as rimbu from "https://deno.land/x/rimbu@1.0.5/common/range.ts";
Functions
Simplifies a given |
Type Aliases
A range definition for any type of (orderable) value. If a start or end is defined, a tuple can be used where the second item is a boolean indicating whether that end is inclusive (true) or exclusive (false). A Range of type T can have one of the following forms:
|