Skip to main content
Module

x/datastructure/mod.ts>HashTable#add

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

Parameters

data: DataType<any>