import { ValuedGraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/valued-link.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.
Parameters
e: ValuedGraphElement<any, any>
- the graph element