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