phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
byElement
nxt
container
hybrid_hashmap
@
safe
@
trusted
auto
byElement
(
SomeMap
)
(
auto
ref
return
SomeMap
c
)
if
(
is
(
SomeMap
==
HybridHashMap
!(
_
),
_
...
) &&
!
SomeMap.hasValue
)
Return Value
Type:
auto
range that iterates through the elements 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