Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystallum
v1.1.0
Top Level Namespace
Cl
Async
Job
RunningException
SafeLinkedList
Spawner
ThreadSafe
Debug
DS
BloomFilter
FIFO
FILO
LinkedList
Node
Queue
Stack
EmptyException
Hashing
Murmur
Miscs
WithSelf
Patterns
Publisher
Repository
Key
JSON
Any
Diff
Type
Built with Crystal 1.9.2
2023-10-08 14:54:56 UTC
class
Cl::DS::Node(I)
Cl::DS::Node(I)
Reference
Object
Defined in:
data_structures/node.cr
Constructors
.new
(value : I, next __arg0 : Node(I) | Nil =
nil
)
Instance Method Summary
#next
#next=
(next __arg0 : Nil | Cl::DS::Node(I))
#value
Constructor Detail
def self.
new
(value : I, next __arg0 :
Node
(I) | Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
next
#
[
View source
]
def
next=
(next __arg0 : Nil |
Cl::DS::Node
(I))
#
[
View source
]
def
value
#
[
View source
]