Skip to main content
Module

x/datastructure/linkedList/doubly/generators.ts>iteratorGenerator

Implement different Data Structures using TypeScript. Deno Third-party Module.
Latest
function iteratorGenerator
import { iteratorGenerator } from "https://deno.land/x/datastructure@1.2.1/linkedList/doubly/generators.ts";

Parameters

currentNode: NodeType