Skip to main content
Module

x/fun/array.ts>_unsafePush

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 _unsafePush
import { _unsafePush } from "https://deno.land/x/fun@v2.0.0-alpha.12/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.

Parameters

ua: Array<A>
a: A

Returns

Array<A>