Preparing search index...
The search index is not available
umt
umt
pop
Function pop
Removes the last element from an array and returns it.
pop
<
T
>
(
array
:
T
[]
)
:
undefined
|
T
Type Parameters
T
Parameters
array
:
T
[]
The array to remove the last element from.
Returns
undefined
|
T
The last element of the array, or undefined if the array is empty.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
umt
Loading...
Removes the last element from an array and returns it.