import * as rimbu 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 | |
Returns a graph | |
Returns a graph | |
Returns the given potentially valued link |
Type Aliases
A graph element is either an isolated node as a 1-tuple, or
a link between nodes represented as a | |
T Link | A potentially valued connection between two nodes, being a 2-valued or 3-valued tuple of which the first two elements are nodes |