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