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