ChainFilter

Calls next only if pred(value) is true.

struct ChainFilter (
alias pred
Next
) {}

Constructors

this
this(Next next)
Undocumented in source.

Members

Functions

opCall
bool opCall(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

next
Next next;

Meta