function ascendimport { ascend } from "https://deno.land/std@0.139.0/collections/bs_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://deno.land/std@0.139.0/collections/bs_tree.ts"; This module is browser compatible.