Function Range.expEdit

If true, and min_value is greater than 0, value will be represented exponentially rather than linearly.

bool expEdit() nothrow @property @nogc;

void expEdit (
  bool v
) nothrow @property @nogc;