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

Functions

Builds a new Record using the given array as keys and choosing a value for each key using the given selector. If any of two pairs would have the same value the latest on will be used (overriding the ones before it).