Iveb

This is the interface of a VEB tree. Besides the methods described below, the tree class implements the needed methods for being a range. It is a bidirectional range with slice operations.

Members

Functions

insert
void insert(uint x)
Undocumented in source.
max
Nullable!uint max()
Undocumented in source.
member
bool member(uint x)
Undocumented in source.
min
Nullable!uint min()
Undocumented in source.
predecessor
Nullable!uint predecessor(uint x)
Undocumented in source.
remove
void remove(uint x)
Undocumented in source.
successor
Nullable!uint successor(uint x)
Undocumented in source.

Meta