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