import { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";
Given uniqueKeyFn
, use it to extract a key from each item, and create a
1:1 map from that to each item.
Takes an additional valueFn
to extract a value from T
. The returned
map maps from Key to Value. (instead of Key to T)