Search
Preparing search index...
The search index is not available
tstruct
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Stack/Stack"
IStack
Interface IStack<T>
Type parameters
T
Hierarchy
IStack
Implemented by
Stack
Index
Properties
is
Empty
size
Methods
[
Symbol.iterator]
pop
push
Properties
Readonly
is
Empty
is
Empty
:
boolean
Readonly
size
size
:
number
Methods
[
Symbol.iterator]
[
Symbol.iterator]
(
)
:
Iterator
<
T
,
any
,
undefined
>
Returns
Iterator
<
T
,
any
,
undefined
>
pop
pop
(
)
:
T
Returns
T
push
push
(
val
:
T
)
:
void
Parameters
val:
T
Returns
void
Globals
"
Binary
Tree/AVLTree"
"
Binary
Tree/
Binary
Search
Tree"
"
Binary
Tree/
Binary
Tree"
"
Common/
Common"
"
Compare
Function"
"
Graph/
Graph"
"
Heap/
Heap"
"
Linked
List/
Linked
List"
"
Queue/
Priority
Queue"
"
Queue/
Queue"
"
Sorting
Algorithms/
Sorting
Algorithms"
"
Stack/
Stack"
"
Trie/
Trie"
"
Union
Find/
Union
Find"
Stack
IStack
is
Empty
size
[
Symbol.iterator]
pop
push
Generated using
TypeDoc