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

x/rimbu/multiset/custom/index.ts>VariantMultiSetBase.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface VariantMultiSetBase.Types
implements Elem
import { type VariantMultiSetBase } from "https://deno.land/x/rimbu@1.0.0/multiset/custom/index.ts";
const { Types } = VariantMultiSetBase;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
normal: VariantMultiSetBase<this["_T"]>
readonly
nonEmpty: VariantMultiSetBase.NonEmpty<this["_T"]>
readonly
countMap: VariantMap<this["_T"], number>
readonly
countMapNonEmpty: VariantMap.NonEmpty<this["_T"], number>