Preparing search index...
The search index is not available
@mpen/imut-utils
@mpen/imut-utils
arrayPop
Function arrayPop
arrayPop
<
T
>
(
array
:
nil
|
T
[]
,
howMany
?:
number
)
:
T
[]
Pops an element off the end of the array.
Type Parameters
T
Parameters
array
:
nil
|
T
[]
howMany
:
number
= 1
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@mpen/imut-utils
Loading...
Pops an element off the end of the array.