Module

std/collections/sort_by.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.146.0/collections/sort_by.ts";

Functions

Returns 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.