class VSET{ETP} < $VSET{ETP}
****
A set with value semantics. All modifying operations return a new object, thus eliminating the possibility of aliasing problems


Flattened version is here

Ancestors
$VSET{_} $VBAG{_} $HASH $IS_EQ
$RO_BAG{_} $CONTAINER{_} $STR $ELT{_}
$ELT $RO_SET{_}



Public


Features
delete(e:ETP):SAME
hash:INT
insert(e:ETP):SAME
is_eq(a:$OB):BOOL
**** Return true if 'self' and 'v' have the same value


Private


The Sather Home Page