Complete floating point literals

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Jul 10 17:03:36 PDT 2011


On 7/11/11, Caligo <iteronvexor at gmail.com> wrote:
> while we are at it, let's get rid of this too:
>
> class _{ }
>
> why would anyone want to name a class or a variable _ ??
>

I think his is used in dranges, to make it do stuff like:
map!(_1 + _2)(bar);

Something like that.. not sure.


More information about the Digitalmars-d mailing list