vebtree ~master (2022-02-08T21:00:18.3634264)
Dub
Repo
VEBroot.isLeaf
vebtree
VEBroot
This yields whether the node is a leaf node.
struct
VEBroot
(size_t baseSize)
const @
nogc
pure
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
opSlice
prev
remove
universe
postblits
this(this)
properties
opDollar
This yields whether the node is a leaf node.