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

x/easyts/container/heap.ts>fix

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

Fix re-establishes the heap ordering after the element at index i has changed its value.

Parameters

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