VEBnode.remove

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

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

Meta