import { type StrNum } from "https://deno.land/x/rimbu@0.13.5/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@0.13.5/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'>