dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
BTree.byValue
dplug
core
btree
BTree
Return forward range of values, over all elements.
auto
byValue
()
auto
byValue
()
struct
BTree
(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
nothrow @
nogc
const
auto
byValue
(
)
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
manifest constants
minDegree
postblits
this(this)
structs
BTreeRange
variables
maxChildren
maxKeys
minChildren
minKeys
Return forward range of values, over all elements.