import { pop } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
Pop removes and returns the minimum element (according to cf or <) from the heap.
import { pop } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
Pop removes and returns the minimum element (according to cf or <) from the heap.