functor.Functor

Undocumented in source.
template functor(alias fun, State...)
struct Functor {}

Members

Functions

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

Variables

state
State state;
Undocumented in source.

Meta