method BinaryHeap.prototype.[Symbol.iterator]import { BinaryHeap } from "https://deno.land/std@0.217.0/data_structures/mod.ts"; [Symbol.iterator](): IterableIterator<T>ReturnsIterableIterator<T>