class TestHash::RobinHash(K, V)

Defined in:

robinhash.cr

Constant Summary

MAX_LOAD_FACTOR = 70

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]