Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/container/mod.ts>heapify

js library written with ts, use select and chan like golang in js.
Latest
function heapify
import { heapify } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";

Initialize array to heap

Parameters

h: Array<T>
optional
cf: CompareCallback<T>

Returns

Array<T>