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

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