method Heap.prototype.pushimport { Heap } from "https://deno.land/x/easyts@0.1.3/container/mod.ts"; push(...vals: Array<T>)Push pushes the element vals onto the heap. Parameters...vals: Array<T>