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