dplug v6.0.22
Dub
Repo
Map.byKey
dplug
core
map
Map
Fetch a forward range on all keys.
Range
!(
MapRangeType
.
key
)
byKey
()
ConstRange
!(
MapRangeType
.
key
)
byKey
()
ImmutableRange
!(
MapRangeType
.
key
)
byKey
()
struct
Map
(K, V, alias less = "a < b", bool allowDuplicates = false)
nothrow @
nogc
immutable
ImmutableRange
!(
MapRangeType.key
)
byKey
(
)
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.