function addGeneratorimport { addGenerator } from "https://deno.land/x/datastructure@1.2.1/hashTable/generators.ts"; addGenerator(currentNode: NodeType, newNode: NodeType)ParameterscurrentNode: NodeTypenewNode: NodeType