import { concat } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns a new string or array, which is the result of merging x
and y
.
import { concat } from "https://deno.land/x/rambda@9.3.0/rambda.js";
It returns a new string or array, which is the result of merging x
and y
.