vebtree v0.10.0 (2018-06-18T11:44:01Z)
Dub
Repo
VEBroot.opApply
vebtree
VEBroot
opApply method in case of present source for iterating over key value pairs
int
opApply
(int delegate(ref size_t) operations)
int
opApply
(int delegate(ref size_t, ref T) operations)
struct
VEBroot
(T = void)
static if
(
!is(T == void)
)
int
opApply
(
scope
int
delegate
(
ref
size_t
,
ref
T
)
operations
)
Meta
Source
See Implementation
vebtree
VEBroot
aliases
put
functions
dup
insert
opApply
opBinaryRight
opCall
opEquals
opIndex
opIndexAssign
predecessor
remove
successor
toHash
properties
back
capacity
empty
front
length
universe
opApply method in case of present source for iterating over key value pairs