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