dropping parentheses on template instantiation
Leandro Lucarella
llucax at gmail.com
Mon Oct 6 12:47:41 PDT 2008
KennyTM~, el 7 de octubre a las 03:39 me escribiste:
> NxNHelper!(F).For!(Args).Result
>
> (taken from std.algorithm.reduce.) Then we have
>
>
> NxNHelper of F.For of Args.Result
>
> NxNHelper at F.For@Args.Result
>
> NxNHelper{F}.For{Args}.Result
>
>
> --
>
> Tuple!(Iterator!(Range1), Iterator!(Range2))
>
> (taken form std.algorithm.mismatch.) Then we have
>
> Tuple of (Iterator of Range1, Iterator of Range2)
> /* or omit Tuple of, as suggested by downs */
>
> Tuple@(Iterator at Range1, Iterator at Range2)
>
> Tuple{Iterator{Range1}, Iterator{Range2}}
They all look ugly to me... I mean *ALL*
--
Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/
----------------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------------
La máquina de la moneda, mirá como te queda!
-- Sidharta Kiwi
More information about the Digitalmars-d
mailing list