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