vebtree v0.12.0 (2019-02-05T14:54:51Z)
Dub
Repo
VEBroot.opApply
vebtree
VEBroot
the opApply method grants the correct foreach behavior, nogc version
int
opApply
(int delegate(ref size_t) @(nogc) operations)
int
opApply
(int delegate(ref size_t, ref size_t) @(nogc) operations)
int
opApply
(int delegate(ref size_t) operations)
struct
VEBroot
(size_t baseSize)
const
int
opApply
(
scope
int
delegate
(
ref
size_t
)
operations
)
if
(
(
baseSize
&
(
baseSize
- 1
)
)
== 0
)
int
opApply
(int delegate(ref size_t, ref size_t) operations)
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)
the opApply method grants the correct foreach behavior, nogc version