VEBroot.opDollar

opDollar works as "intended" and returns the length of the underlying array

struct VEBroot(size_t baseSize)
@property @nogc pure
size_t
opDollar
(
size_t dim : 0
)
()
if (
(baseSize & (baseSize - 1)) == 0
)

Meta