Skip to main content
Module

x/datastructure/hashTable/hashTable.ts>HashTable#update

Implement different Data Structures using TypeScript. Deno Third-party Module.
Latest
method HashTable.prototype.update
import { HashTable } from "https://deno.land/x/datastructure@1.2.1/hashTable/hashTable.ts";

Parameters

key: string
newValue: any