ChainMap

Calls next with pred(value).

struct ChainMap (
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