import { GraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/link.ts";
Functions
Returns the values of the link graph element if the given element | |
Returns the element at the given | |
Returns the value of a single node graph element if the given element | |
Returns true if the given graph element | |
Returns true if the given graph element |
import { type GraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/link.ts";
A graph element is either an isolated node as a 1-tuple, or
a link between nodes represented as a Link
instance.