Skip to main content
Module

x/rimbu/mod.ts>VariantGraph.Types

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

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

Properties

readonly
normal: VariantGraph<this["_N"]>
readonly
nonEmpty: VariantGraph.NonEmpty<this["_N"]>