Skip to main content
Module

x/rimbu/mod.ts>ValuedGraph.Types

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

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

Properties

readonly
normal: ValuedGraph<this["_N"], this["_V"]>
readonly
nonEmpty: ValuedGraph.NonEmpty<this["_N"], this["_V"]>
readonly
builder: ValuedGraph.Builder<this["_N"], this["_V"]>
readonly
context: ValuedGraph.Context<this["_N"]>