Skip to main content
Module

x/rimbu/mod.ts>VariantValuedGraph.Types

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

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

Properties

readonly
normal: VariantValuedGraph<this["_N"], this["_V"]>
readonly
nonEmpty: VariantValuedGraph.NonEmpty<this["_N"], this["_V"]>