Skip to main content
Module

x/structurae/index.ts>BinaryHeap#has

Data structures for high-performance JavaScript applications.
Latest
method BinaryHeap.prototype.has
import { BinaryHeap } from "https://deno.land/x/structurae@4.0.1/index.ts";

Check whether the index is whithin the heap.

Parameters

index: number

Returns

boolean