method BinaryHeap.prototype.toArrayimport { BinaryHeap } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; toArray(): T[]Returns the underlying cloned array in arbitrary order without sorting ReturnsT[]