dplug ~master (2025-02-18T16:04:15Z)
Home
Dub
Repo
BTree.byValue
dplug
core
btree
BTree
Iterate over all values in the tree.
auto
byValue
()
struct
BTree
(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
nothrow @
nogc
auto
byValue
(
)
auto
byValue
()
Return Value
Type:
auto
Forward range of
V
, over the whole tree.
Meta
Source
See Implementation
dplug
core
btree
BTree
constructors
this
destructors
~this
enums
RangeType
functions
byKey
byKeyValue
byValue
contains
display
empty
insert
length
opBinaryRight
opIndex
remove
postblits
this(this)
structs
BTreeRange
Iterate over all values in the tree.