Skip to main content
Module

x/fun/array.ts>_unsafeAppend

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
function _unsafeAppend
import { _unsafeAppend } from "https://deno.land/x/fun@v2.0.0/array.ts";

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>