Callable

A struct that makes holding any function and/or delegate a breeze!

Constructors

this
this(RetT function(ParamsT) fn)
Undocumented in source.
this
this(RetT delegate(ParamsT) dg)
Undocumented in source.

Members

Functions

opCall
RetT opCall(ParamsT params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta