PMap

map variant which takes the predicate as a functor. https://forum.dlang.org/post/qnigarkuxxnqwdernhzv@forum.dlang.org

Alias This

r

Members

Functions

back
auto ref back()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref front()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pred
Pred pred;

The predicate.

r
R r;

Source range.

Meta