Replacing tango.text.Ascii.isearch

Ali Çehreli acehreli at yahoo.com
Wed Oct 5 21:03:03 UTC 2022


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




More information about the Digitalmars-d-learn mailing list