import { type RSet } from "https://deno.land/x/rimbu@0.13.5/core/main/index.ts";
const { NonEmpty } = RSet;
A non-empty type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the RSet API documentation