VEBroot.capacity

As a usual container, van Emde Boas tree provides the notion of capacity

struct VEBroot(size_t baseSize)
@nogc const pure
size_t
capacity
()
if (
(baseSize & (baseSize - 1)) == 0
)

Return Value

Type: size_t

The overall capacity of the tree. It is at least as high as the universe size provided on creation.

Meta