Can someone give me a little program design advice please?

Sean Kelly sean at invisibleduck.org
Wed Jun 19 13:19:59 PDT 2013


On Jun 19, 2013, at 12:54 PM, Ali Çehreli <acehreli at yahoo.com> wrote:

> On 06/19/2013 11:46 AM, Sean Kelly wrote:
> 
> > 			Thread.sleep(dur!"msecs"(300));
> 
> Totally unrelated but there has been some positive changes. :) The following is much better:
> 
>    Thread.sleep(300.msecs);

Hooray for UFCS!


More information about the Digitalmars-d-learn mailing list