Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/datastructure/queue/generators.ts>searchGenerator

Implement different Data Structures using TypeScript. Deno Third-party Module.
Go to Latest
function searchGenerator
import { searchGenerator } from "https://deno.land/x/datastructure@1.0.2/queue/generators.ts";

Parameters

key: string | number
currentNode: QueueType