import * as rimbu from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.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 | |
Returns the nodes 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 | |
Interfaces
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. | |
Utility interface that provides higher-kinded types for this collection. |
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 |
A valued connection between two nodes, being a 3-valued tuple of which the first two elements are nodes and the last element a value | |