On 10/5/22 13:40, torhu wrote:
auto sw = StopWatch();
Either this:
auto sw = StopWatch(AutoStart.yes);
or this:
auto sw = StopWatch();
sw.start();
Ali
Ali Çehreli via Digitalmars-d-learn Wed, 05 Oct 2022 14:11:33 -0700
On 10/5/22 13:40, torhu wrote:
auto sw = StopWatch();
Either this:
auto sw = StopWatch(AutoStart.yes);
or this:
auto sw = StopWatch();
sw.start();
Ali