core.internal.container.treap
Treap container for internal usage.
Copyright
Copyright Digital Mars 2014 - 2014.
Types 2
structTreap(E)
Methods
void initialize(ulong randSeed) nothrowvoid remove(E element) nothrowint opApply(scope int delegate(ref E) nothrow dg) nothrowvoid removeAll() nothrowprivate
int opApplyHelper(const Node * node, scope int delegate(ref const E) nothrow dg) nothrow staticDestructors
Nested Templates
Node