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