HashEq64[A: (Hashable64 #read & Equatable[A] #read)]¶
Implements¶
- HashFunction64[A] val
Constructors¶
create¶
Returns¶
- HashEq64[A] val^
Public Functions¶
hash64¶
Use the hash function from the type parameter.
Parameters¶
- x: box->A
Returns¶
- U64 val
eq¶
Use the structural equality function from the type parameter.
Parameters¶
- x: box->A
- y: box->A
Returns¶
- Bool val
ne¶
Parameters¶
- that: HashEq64[A] val
Returns¶
- Bool val