Preparing search index...
The search index is not available
@mpen/imut-utils
@mpen/imut-utils
arrayPush
Function arrayPush
arrayPush
<
T
>
(
array
:
nil
|
T
[]
,
...
values
:
T
[]
)
:
T
[]
Appends elements onto the end of the array.
Type Parameters
T
Parameters
array
:
nil
|
T
[]
...
values
:
T
[]
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mpen/imut-utils
Loading...
Appends elements onto the end of the array.