Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BinaryHeap.prototype.clear
import { BinaryHeap } from "https://deno.land/std@0.208.0/data_structures/mod.ts";

Removes all values from the binary heap.