method BinaryHeap.prototype.pushimport { BinaryHeap } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; push(...values: T[]): numberAdds values to the binary heap. Parameters...values: T[]Returnsnumber