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