VEBnode.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.

  1. bool insert(size_t bitnum)
  2. bool insert(size_t value, size_t uS)
    struct VEBnode
    @nogc nothrow
    bool
    insert
    (
    size_t value
    ,
    size_t uS
    )

Meta