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