class

PairingHeap::Heap::Node(K, V)

Inherits Reference < Object

Constructors

new(key : K, value : V)
Source

Instance methods

key=(key : K)
Source
prepend_child(new_child : Nil | PairingHeap::Heap::Node(K, V))
Source
value
Source
value=(value : V)
Source