Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/graph/custom/non-valued/interface/edge-graph-base.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@0.13.0/graph/custom/non-valued/interface/edge-graph-base.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"]>