import { forEach } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It applies iterable
function over all members of list
and returns list
.
import { forEach } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It applies iterable
function over all members of list
and returns list
.