Skip to main content
Go to Latest
import * as mod from "https://deno.land/std@0.139.0/collections/associate_by.ts";

Functions

Transforms the given array into a Record, extracting the key of each element using the given selector. If the selector produces the same key for multiple elements, the latest one will be used (overriding the ones before it).