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

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

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

Interfaces

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

interface EdgeGraphBase
implements GraphBase<N, Tp>
import { type EdgeGraphBase } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";

Type Parameters

N
optional
Tp extends EdgeGraphBase.Types = EdgeGraphBase.Types

Properties

readonly
isDirected: false

Returns false since this is an arrow (directed) graph instance.