function ascendRe-exportimport { ascend } from "https://deno.land/std@0.159.0/collections/red_black_tree.ts"; ascend<T>(a: T, b: T)Compares its two arguments for ascending order using JavaScript's built in comparison operators. Type ParametersTParametersa: Tb: T