VEBroot.length

This tree has a length notion: it is the current number of inserted elements.

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

Return Value

Type: size_t

The current amount of contained keys.

Meta