filtered

@safe
SomeMap
filtered
(
alias pred
SomeMap
)
(
SomeMap x
)
if (
isInstanceOf!(OpenHashMap, SomeMap)
)

Return Value

Type: SomeMap

x eagerly filtered on pred. TODO move to container_algorithm.d with more generic template restrictions

Meta