phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
byKey
nxt
container
hybrid_hashmap
@
safe
@
trusted
auto
byKey
(
SomeMap
)
(
auto
ref
SomeMap
c
)
if
(
is
(
SomeMap
==
HybridHashMap
!(
_
),
_
...
) &&
SomeMap.hasValue
)
Return Value
Type:
auto
range that iterates through the keys of
c
in undefined order.
Meta
Source
See Implementation
nxt
container
hybrid_hashmap
aliases
HybridHashSet
range
enums
UsePrimeCapacityFlag
isHoleable
functions
byElement
byKey
byKeyValue
byValue
filtered
intersectWith
intersectedWith
make
removeAllMatching
structs
ByLvalueElement
HybridHashMap
Options
templates
defaultKeyEqualPredOf