function ascendimport { ascend } from "https://dotland.deno.dev/std@0.131.0/collections/binary_heap.ts"; ascend<T>(a: T, b: T)Compares its two arguments for ascending order using JavaScript's built in comparison operators. Compares its two arguments for ascending order using JavaScript's built in comparison operators. Type ParametersTParametersa: Tb: T