filtered

@trusted
SomeMap
filtered
(
alias predicate
SomeMap
)
(
SomeMap x
)
if (
is(SomeMap == SSOHashMapOrSet!(_),
_...
)
)

Return Value

Type: SomeMap

x eagerly filtered on predicate. TODO: move to container/common.d.

Meta