import { groupBy } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It splits list
according to a provided groupFn
function and returns an object.
import { groupBy } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It splits list
according to a provided groupFn
function and returns an object.