On Sunday, 3 July 2016 at 22:00:39 UTC, MMJones wrote:
I like the term var better than auto. Is there a way to alias auto?
If you're thinking of var as in JS's var, they're not the same thing.
Even if you could alias it I would advise against doing something like that; assume your code will be maintained by someone else one day.