Skip to main content
Module

x/fun/array.ts>_unsafePrepend

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

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

Returns

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