VEBnode.successor

successor method. given a leaf, returns the next set bit if exists, otherwise Nullable.null. Overloads by passing only one parameter, which is the bit number of interest.

  1. Nullable!(size_t, maxSizeBound) successor(size_t bitNum)
    struct VEBnode
    @nogc nothrow const
    Nullable!(size_t, maxSizeBound)
    successor
    (
    size_t bitNum
    )
  2. Nullable!(size_t, maxSizeBound) successor(size_t value, size_t uS)

Meta