ixfx
Preparing search index...
Collections
Stacks
peek
Function peek
peek
<
V
>
(
opts
:
StackOpts
,
stack
:
readonly
V
[]
)
:
undefined
|
V
Peek at the top of the stack (end of array)
Type Parameters
V
Type of stored items
Parameters
opts
:
StackOpts
stack
:
readonly
V
[]
Returns
undefined
|
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Peek at the top of the stack (end of array)