VEBnode.max

method returning either the higher part of the stored value (intermediate node) or the highest bit set (bit vector mode. If the node does not contain any value (min > max or value == 0) Nullable.null is returned.

  1. Nullable!(size_t, maxSizeBound) max [@property getter]
    struct VEBnode
    @nogc nothrow @property
    Nullable!(size_t, maxSizeBound)
    max
    ()
  2. size_t max [@property setter]

Meta