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