import { Range } from "https://deno.land/x/rimbu@1.0.5/common/internal.ts";
const { getNormalizedRange } = Range;
Simplifies a given range
Range
input for easier processing, by returning optional
start and end ranges including whether they are inclusive or exclusive
Parameters
range: Range<T>
- the
Range
to use