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