phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
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
enums
MapInsertionStatus
SetInsertionStatus
functions
byElement
filtered
intersectWith
intersectedWith
removeAllMatching
structs
SSOHashMapOrSet
Remove all elements in x matching predicate. TODO move to container_algorithm.d.