VEBroot.front

The minimal contained key in the van Emde Boas tree

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

Return Value

Type: size_t

The minimal contained element of the tree

Meta