filter

std.algorithm.filter variant which accepts a functor predicate.

filter
(
Range
P
)
(
Range r
,)
if (
isInputRange!(Unqual!Range)
)

Meta