dplug v6.0.22
Dub
Repo
Map.byKeyValue
dplug
core
map
Map
Fetch a forward range on all keys.
Range
!(
MapRangeType
.
keyValue
)
byKeyValue
()
ConstRange
!(
MapRangeType
.
keyValue
)
byKeyValue
()
struct
Map
(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
const
ConstRange
!(
MapRangeType.keyValue
)
byKeyValue
(
)
ImmutableRange
!(
MapRangeType
.
keyValue
)
byKeyValue
()
Meta
Source
See Implementation
dplug
core
map
Map
functions
byGivenKey
byKey
byKeyValue
byValue
clearContents
contains
empty
insert
length
opBinaryRight
opIndex
opIndexAssign
remove
Fetch a forward range on all keys.