Skip to main content
Module

x/rambda/immutable.d.ts>append

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

It adds element x at the end of list.

Parameters

x: T
list: readonly T[]

Returns

readonly T[]

Returns

<T>(list: readonly T[]) => readonly T[]