import { GraphElement } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";
const { isSingleNode } = GraphElement;
Returns true if the given graph element e
is a single node.
Instructs the compiler that the type is a 1-tuple.
x/rimbu/graph/custom/index.ts>GraphElement.isSingleNode
import { GraphElement } from "https://deno.land/x/rimbu@1.0.0/graph/custom/index.ts";
const { isSingleNode } = GraphElement;
Returns true if the given graph element e
is a single node.
Instructs the compiler that the type is a 1-tuple.