Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/graph/custom/index.ts>EdgeGraphBase.Types

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

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

Properties

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