Skip to main content
Module

x/datastructure/mod.ts>Queue#update

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

Parameters

key: string | number
newValue: any