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.