import { GraphElement } from "https://deno.land/x/rimbu@0.13.5/graph/custom/common/link.ts";
const { getLinkElement } = GraphElement;
Returns the element at the given key
in the graph element e
,
if the element is a Link element, or returns the given otherwise
value
otherwise.
Parameters
e: GraphElement<N>
- the graph element