method BinaryHeap.prototype.clearimport { BinaryHeap } from "https://deno.land/std@0.152.0/collections/mod.ts"; clear(): voidRemoves all values from the binary heap. Returnsvoid