vebtree v0.12.0 (2019-02-05T14:54:51Z)
Dub
Repo
VEBroot.isLeaf
vebtree
VEBroot
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
Source
See Implementation
vebtree
VEBroot
constructors
this
functions
back
capacity
dup
empty
front
insert
isLeaf
length
next
opApply
opBinaryRight
opCall
opEquals
opIndex
prev
remove
universe
postblits
this(this)
This yields whether the node is a leaf node.