Skip to main content
Module

x/rimbu/mod.ts>EdgeGraph.Types

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

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

Properties

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