Skip to main content
Module

x/structurae/binary-heap.ts>BinaryHeap#left

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

Returns the left child of an element at a given index.

Parameters

index: number