filtered

@safe
SomeMap
filtered
(
alias pred
SomeMap
)
(
SomeMap x
)
if (
is(SomeMap == HybridHashMap!(_),
_...
)
)

Return Value

Type: SomeMap

x eagerly filtered on pred.

TODO: move to container/common.d with more generic template restrictions

Meta