import * as mod from "https://deno.land/std@0.195.0/collections/sort_by.ts";
Functions
Returns all elements in the given collection, sorted by their result using the given selector. The selector function is called only once for each element. Ascending or descending order can be specified. |
Type Aliases
Order | |
Options for sortBy |