method BinaryHeap.prototype.clearimport { BinaryHeap } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; clear()Removes all values from the binary heap.