Skip to main content
Module

x/datastructure/mod.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@0.0.4/mod.ts";

Parameters

key: string | number
newValue: any