VEBnode.insert

insert method. given a leaf, sets the bit and returns, whether the bit was unset. Overloads by passing only one parameter, which is the bit number of interest.

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

Meta