Open smintz opened 1 year ago
When calling hash(obj) The object should try run a function named __hash__, if not exists, delegate to super. if super is nil, return indicative error.
hash(obj)
__hash__
When calling
hash(obj)
The object should try run a function named__hash__
, if not exists, delegate to super. if super is nil, return indicative error.