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