ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
filter
ae
utils
functor
algorithm
std.algorithm.filter
variant which accepts a functor predicate.
auto
filter
(
Range
P
)
(
Range
r
,
P
pred
)
if
(
isInputRange
!(
Unqual
!
Range
)
)
Meta
Source
See Implementation
ae
utils
functor
algorithm
functions
filter
map
std.algorithm.filter variant which accepts a functor predicate.