Counter.counterType

CounterType counterType() const nothrow @nogc

Gets the counter type.

Returns

The current counter type (NORMAL or SIMPLE)
void counterType(CounterType type) nothrow @nogc

Sets the counter type.

Parameters

typeThe counter type (NORMAL or SIMPLE)