struct Objects::HashKey

Defined in:

objects.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Constructor Detail

def self.new(hash_type : HashType, value : UInt64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(hash_type _hash_type = @hash_type, value _value = @value) #

[View source]
def hash_type : HashType #

def value : UInt64 #