method BinaryHeap.prototype.isEmptyimport { BinaryHeap } from "https://deno.land/std@0.208.0/data_structures/mod.ts"; isEmpty(): booleanChecks if the binary heap is empty. Returnsboolean