#include <Sset.h>
A node of the tree.
NOTE for developers: the structure is the standard AVL tree node. The only difference is that the "balance" field is kept in the 2 lowest bits of the "parent" field. Note that implementation of SSET_BALANCE and a few macros depends on this agreement, and there is an assertion that pointer should always have two lowest bits set to 0.