Skip to main content
Module

x/ramda/mod.ts>append

:ram: Practical functional Javascript
Latest
variable append
import { append } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns a new list containing the contents of the given list, followed by the given element.