ChainControl

Iteration control.

struct ChainControl (
bool result
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