function descendimport { descend } from "https://dotland.deno.dev/std@0.181.0/collections/mod.ts"; descend<T>(a: T, b: T)Compares its two arguments for descending order using JavaScript's built in comparison operators. Type ParametersTParametersa: Tb: Timport descendimport { descend } from "https://dotland.deno.dev/std@0.181.0/collections/mod.ts";