Search
Preparing search index...
The search index is not available
ts-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"stack/stack"
StackNode
Class StackNode<T>
Type parameters
T
Hierarchy
StackNode
Index
Constructors
constructor
Properties
next
value
Constructors
constructor
new
Stack
Node
(
value
:
T
, next
?:
StackNode
<
T
>
)
:
StackNode
Parameters
value:
T
Optional
next:
StackNode
<
T
>
Returns
StackNode
Properties
Optional
next
next
:
StackNode
<
T
>
value
value
:
T
Globals
"_
shared/capped-
structure"
"_
shared/comparer"
"_
shared/index"
"_
shared/types"
"graph/index"
"graph/list-
graph"
"heap/binary-
heap"
"heap/index"
"index"
"list/doubly-
linked-
list"
"list/index"
"queue/index"
"queue/priority-
queue"
"queue/queue"
"stack/index"
"stack/stack"
"tree/binary-
search-
tree"
"tree/index"
Stack
Stack
Node
constructor
next
value
Generated using
TypeDoc