class Crystalline::Containers::RBTreeMap::Pair(K, V)

Defined in:

containers/rb_tree_map.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : K, value : V | Nil) #

[View source]

Instance Method Detail

def <=>(other : Pair(K, V)) #

[View source]
def key : K #

[View source]
def key=(key : K) #

[View source]
def value : V | Nil #

[View source]
def value=(value : V | Nil) #

[View source]