Skip to main content
Module

x/datastructure/linkedList/singly/generators.ts>updateGenerator

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

Parameters

key: string | number
currentNode: NodeType
newValue: any