Treap container for internal usage.
void initialize(ulong randSeed)
void insert(E element)
void remove(E element)
int opApply(scope int delegate(ref E) nothrow dg)
int opApply(scope int delegate(ref const E) nothrow dg)
void removeAll()
~this
Node