Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/core/menu/set/index.ts>Hashed.Context

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface Hashed.Context
implements [RSetBase.Context]<UT, HashSet.Types>
import { type Hashed } from "https://deno.land/x/rimbu@0.13.1/core/menu/set/index.ts";
const { Context } = Hashed;

A context instance for a HashSet that acts as a factory for every instance of this type of collection.

Properties

readonly
typeTag: "HashSet"
readonly
hasher: Hasher<UT>

A Hasher instance used to hash the values.

readonly
eq: Eq<UT>

An Eq instance used to check value equivalence.