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