method BinaryHeap.prototype.toArrayimport { BinaryHeap } from "https://deno.land/std@0.208.0/data_structures/mod.ts"; toArray()Returns the underlying cloned array in arbitrary order without sorting