Skip to main content
Module

x/fun/array.ts>_unsafeJoin

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

UNSAFE This operation mutates a standard Array by adding all elements from a second array to it. This function is intended for internal use only and thus has no api guaruntees.

Parameters

into: Array<A>
from: ReadonlyArray<A>

Returns

Array<A>