method BinaryHeap.prototype.[Symbol.iterator]import { BinaryHeap } from "https://dotland.deno.dev/std@0.181.0/collections/binary_heap.ts"; [Symbol.iterator](): IterableIterator<T>ReturnsIterableIterator<T>