@moonage/cobi-data - v0.0.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Singly
Node
constructor
next
value
Type parameters
T
Hierarchy
SinglyNode
Index
Constructors
constructor
Properties
next
value
Constructors
constructor
new
Singly
Node<T>
(
value
:
T
)
:
SinglyNode
<
T
>
Type parameters
T
Parameters
value:
T
Returns
SinglyNode
<
T
>
Properties
next
next
:
Nullable
<
SinglyNode
<
T
>
>
value
value
:
T
Generated using
TypeDoc