import { heapify } from "https://deno.land/x/easyts@0.1.3/container/heap.ts";
Initialize array to heap
Parameters
h: Array<T>
optional
cf: CompareCallback<T>import { heapify } from "https://deno.land/x/easyts@0.1.3/container/heap.ts";
Initialize array to heap