method BinaryHeap.prototype.clearimport { BinaryHeap } from "https://dotland.deno.dev/std@0.131.0/collections/binary_heap.ts"; clear(): voidRemoves all values from the binary heap. Removes all values from the binary heap. Returnsvoid