runTests

Runs a series of tests a SlidingAverage of the given type and size Template function so no code will be generated unless in debug mode.

version(unittest)
void
runTests
(
T
)
(
uint size
,)

Parameters

size uint

The number of values to fill the SlidingAverage with.

test_iteration int

The current test iteration, for error messages.

Meta