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