abstract class $HASH < $IS_EQ
****
Subtypes of this must provide a hash routine. This is the *new* $HASH class and is a subtype of $IS_EQ so that all subtypes must redefine both hash and is_eq. These two routines must work together - is_eq must refer to an immutable equality


Ancestors
$IS_EQ

Descendants
FINITE_FIELD FSTR FLTD SL2P
PERM FLT CHAR STR
INT TUP{_,_,_,_} $VBAG{_} $VSET{_}
VSET{_} $VMULTIMAP{_,_} VMULTIMAP{_,_} $VMAP{_,_}
VMAP{_,_} VBAG{_} INTI TUP{_,_}



Public


Features
hash: INT;

The Sather Home Page