import * as rimbu from "https://deno.land/x/rimbu@0.14.0/sorted/set/index.ts";
Interfaces
A type-invariant immutable Set of value type T. In the Set, there are no duplicate values. See the Set documentation and the SortedSet API documentation | |
A mutable | |
A context instance for a | |
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 SortedSet API documentation | |
Utility interface that provides higher-kinded types for this collection. |