Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
PairingHeap::Heap::Node(K, V)
Inherits
Reference
<
Object
Constructors
new
(key :
K
, value :
V
)
Source
Instance methods
key
Source
key=
(key :
K
)
Source
prepend_child
(new_child :
Nil
|
PairingHeap::Heap::Node
(
K
,
V
))
Source
unlink
Source
value
Source
value=
(value :
V
)
Source