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