class PheltObject::HashKey

Defined in:

object/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : ::PheltObject::Integer.class | ::PheltObject::String.class, value : UInt64) #

[View source]

Instance Method Detail

def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


[View source]
def type : String.class | Integer.class #

[View source]
def type=(type : String.class | Integer.class) #

[View source]
def value : UInt64 #

[View source]
def value=(value : UInt64) #

[View source]