VEBroot.opBinaryRight

member method for the case universe size < base size. Overloads by passing only one parameter, which is the bit number of interest. Returns whether the appropriate bit inside the bitvector is set.

struct VEBroot(size_t baseSize)
@nogc const
bool
opBinaryRight
(
string op
)
(
size_t key
)
if (
op == "in"
)
if (
(baseSize & (baseSize - 1)) == 0
)

Meta