VEBroot.insert

insert method. this method is called from class with a universe size given. It performs recursion calls untill the universe size is reduced to the base size. Then the overloaded insert method is called.

struct VEBroot
@nogc
bool
insert
(
size_t key
)

Meta