Idiot

Constructors

this
this(bool delegate(size_t, T[]) callback)

Constructor that accepts a delegate

this
this(bool function(size_t, T[]) callback)

Constructor that accepts a function

Members

Functions

execute
void execute(T[] arguments)

Executes the callback over all elements in the supplied arguments array.

Variables

callback
bool delegate(size_t, T[]) callback;
Undocumented in source.
continueOnException
bool continueOnException;
Undocumented in source.
continueOnFailure
bool continueOnFailure;
Undocumented in source.
continueOnSuccess
bool continueOnSuccess;
Undocumented in source.
maximumMillisecondsOfAdditionalRandomPause
size_t maximumMillisecondsOfAdditionalRandomPause;
Undocumented in source.
millisecondsToPauseInBetweenIterations
size_t millisecondsToPauseInBetweenIterations;
Undocumented in source.
runs
IdiotRun!(T)[] runs;
Undocumented in source.
showCumulativeTime
bool showCumulativeTime;
Undocumented in source.
showFraction
bool showFraction;
Undocumented in source.
showMarginalTime
bool showMarginalTime;
Undocumented in source.
showPercent
bool showPercent;
Undocumented in source.

Meta