class Monkey::Object::HashKey

Defined in:

monkey/object/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : ::String, value : UInt64) #

[View source]

Instance Method Detail

def ==(other : HashKey) #

Monkey uses #== to compare key of hash.


[View source]
def hash : UInt64 #

Crystal uses #hash to compare key of hash.


[View source]
def type : String #

[View source]
def value : UInt64 #

[View source]