method BinaryHeap.prototype.drainimport { BinaryHeap } from "https://dotland.deno.dev/std@0.181.0/collections/binary_heap.ts"; drain(): IterableIterator<T>Returns an iterator for retrieving and removing values from the binary heap. ReturnsIterableIterator<T>