VEBroot.isLeaf

This yields whether the node is a leaf node.

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

Return Value

Type: bool

Whether the node is a leaf.

Meta