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

x/rimbu/graph/custom/index.ts>VariantValuedGraphBase.Types

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

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

Properties

readonly
normal: VariantValuedGraphBase<this["_N"], this["_V"]>
readonly
nonEmpty: VariantValuedGraphBase.NonEmpty<this["_N"], this["_V"]>
readonly
linkTarget: ValuedLink.Target<this["_N"], this["_V"]>
readonly
linkMap: VariantMap<this["_N"], VariantMap<this["_N"], this["_V"]>>
readonly
linkMapNonEmpty: VariantMap.NonEmpty<this["_N"], VariantMap<this["_N"], this["_V"]>>