VEBroot.empty

the empty method to inform of an empty state of the tree.

struct VEBroot(size_t baseSize)
const @nogc
bool
empty
()
if (
(baseSize & (baseSize - 1)) == 0
)

Return Value

Type: bool

Whether the tree is currently empty

Meta