class TestHash::MyHash(K, V)

Defined in:

testhash.cr

Constant Summary

MAX_LOAD_FACTOR = 70
MAX_TOMB_FACTOR = 80

Constructors

Instance Method Summary

Constructor Detail

def self.new(*args) #

[View source]

Instance Method Detail

def []=(key, value) #

[View source]
def []?(key) #

[View source]
def delete(key, &) #

[View source]