Skip to main content
Module

std/collections/sort_by.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.145.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.