HashIs[A: A]¶
Implements¶
- HashFunction[A] val
- HashFunction64[A] val
Constructors¶
create¶
Returns¶
- HashIs[A] val^
Public Functions¶
hash¶
Hash the identity rather than the contents.
Parameters¶
- x: box->A!
Returns¶
- USize val
hash64¶
Hash the identity rather than the contents.
Parameters¶
- x: box->A!
Returns¶
- U64 val
eq¶
Determine equality by identity rather than structurally.
Parameters¶
- x: box->A!
- y: box->A!
Returns¶
- Bool val
ne¶
Parameters¶
- that: HashIs[A] val
Returns¶
- Bool val