function ascendimport { ascend } from "https://dotland.deno.dev/std@0.181.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: Timport ascendimport { ascend } from "https://dotland.deno.dev/std@0.181.0/collections/red_black_tree.ts";