Skip to main content
Module

x/datastructure/stack/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/stack/generators.ts";

Parameters

key: string | number
currentNode: StackType
newValue: any