filtered

@safe
Table
filtered
(
alias pred
Table
)
(
Table x
)
if (
isInstanceOf!(OpenHashMapOrSet, Table)
)

Return Value

Type: Table

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

Meta