import { type Tuple } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { KeysOf } = Tuple;
Returns the indices/keys that are in a tuple.
import { type Tuple } from "https://deno.land/x/rimbu@1.0.3/core/main/exports.ts";
const { KeysOf } = Tuple;
Returns the indices/keys that are in a tuple.