GenNumeric

A Gen type that generates numeric values between the values of the template parameter low and high.

mixin template GenNumeric (
T
T low
T high
) {
T value;
}

Alias This

opCall

Meta