Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/datastructure/stack/stack.ts>Stack#update

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
method Stack.prototype.update
import { Stack } from "https://deno.land/x/datastructure@1.0.0/stack/stack.ts";

Parameters

key: string | number
newValue: any