Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

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

Properties

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