VEBnode.successor

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

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

Meta