Skip to main content
Module

x/fun/mod.ts>array._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 array._unsafePush
import { array } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { _unsafePush } = 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.

Parameters

ua: Array<A>
a: A

Returns

Array<A>