Skip to main content
Module

x/rambda/immutable.d.ts>concat

Faster and smaller alternative to Ramda
Go to Latest
function concat
import { concat } from "https://deno.land/x/rambda@v7.0.1/immutable.d.ts";

It returns a new string or array, which is the result of merging x and y.

Parameters

x: readonly T[]
y: readonly T[]

Returns

readonly T[]

Parameters

x: readonly T[]

Returns

(y: readonly T[]) => readonly T[]

Parameters

x: string
y: string

Returns

string

Parameters

x: string

Returns

(y: string) => string