import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { SymTup } = StrNum;
A symmetric tuple, where the order or the elements does not matter. As an example: SymTup<'a', 1> is equal to SymTup<1, 'a'>
import { type StrNum } from "https://deno.land/x/rimbu@1.1.0/typical/index.ts";
const { SymTup } = StrNum;
A symmetric tuple, where the order or the elements does not matter. As an example: SymTup<'a', 1> is equal to SymTup<1, 'a'>