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