Skip to main content
Module

x/fun/mod.ts>array._unsafeAppend

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
function array._unsafeAppend
import { array } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { _unsafeAppend } = array;

UNSAFE This operation mutates a standard Array by pushing onto it. This function is intended for internal use only and thus has no api guaruntees.

Returns

(ua: Array<A>) => Array<A>