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

x/easyts/container/heap.ts>pop

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

Pop removes and returns the minimum element (according to cf or <) from the heap.

Parameters

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