import * as mod from "https://deno.land/std@0.107.0/collections/sort_by.ts"; FunctionsfsortByReturns all elements in the given collection, sorted stably by their result using the given selector. The selector function is called only once for each element.