import { IndexRange } from "https://deno.land/x/rimbu@1.0.4/common/index.ts";
const { getIndexRangeIndices } = IndexRange;
Returns, given the range
IndexRange
, a normalized tuple containing the
start index, and optionally an end index.
Parameters
range: IndexRange
- the
IndexRange
to use