lru-cache
GitHub
isaacs projects
benchmark summary
benchmark details
Preparing search index...
Stack
Interface Stack
interface
Stack
{
heap
:
NumberArray
;
length
:
number
;
pop
()
:
Index
;
push
(
n
:
Index
)
:
void
;
}
Index
Properties
heap
length
Methods
pop
push
Properties
heap
heap
:
NumberArray
length
length
:
number
Methods
pop
pop
()
:
Index
Returns
Index
push
push
(
n
:
Index
)
:
void
Parameters
n
:
Index
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
heap
length
Methods
pop
push
GitHub
isaacs projects
benchmark summary
benchmark details
lru-cache
Loading...