filtered

@trusted
SomeHashMapOrSet
filtered
(
alias predicate
SomeHashMapOrSet
)
(
SomeHashMapOrSet x
)
if (
isInstanceOf!(SSOHashMapOrSet, SomeHashMapOrSet)
)

Return Value

Type: SomeHashMapOrSet

x eagerly filtered on predicate. TODO move to container_algorithm.d.

Meta