Skip to main content
Module

x/rimbu/mod.ts>EdgeValuedGraph.Types

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

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

Properties

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