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

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

Properties

readonly
isDirected: false

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