@property - take it behind the woodshed and shoot it? - writefln
Simen Kjaeraas
simen.kjaras at gmail.com
Fri Jan 25 01:16:27 PST 2013
On 2013-03-25 04:01, Manfred Nowak <svv1999 at hotmail.com> wrote:
> Nick Treleaven wrote:
>
>> write!"%s\n" = someExpression;
>
> Iff at all I prefer `write!someExpression= "%s\n";'
>
> Seriously, checking validity at execution time causes another sort
> of hiccoughs that should not be part of a language intended for
> large scale coding.
From what I can see, Nick's solution allows compile time validity
checking whereas yours does not.
--
Simen
More information about the Digitalmars-d
mailing list