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

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

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

Type Parameters

UN
optional
Tp extends EdgeGraphBase.Types = EdgeGraphBase.Types

Properties

readonly
isDirected: false