Skip to main content
Module

x/datastructure/mod.ts>DoublyLinkedList#search

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

Parameters

key: string | number