phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
removeAllMatching
nxt
sso_hashmap_or_hashset
Remove all elements in
x
matching
predicate
. TODO: move to container_algorithm.d.
@
trusted
void
removeAllMatching
(
alias
predicate
SomeHashMapOrSet
)
(
auto
ref
SomeHashMapOrSet
x
)
if
(
isInstanceOf
!(
SSOHashMapOrSet
,
SomeHashMapOrSet
)
)
Meta
Source
See Implementation
nxt
sso_hashmap_or_hashset
aliases
SSOHashMap
SSOHashSet
range
enums
MapInsertionStatus
SetInsertionStatus
functions
byElement
filtered
intersectWith
intersectedWith
removeAllMatching
structs
SSOHashMapOrSet
Remove all elements in x matching predicate. TODO: move to container_algorithm.d.