On 2/22/18 3:30 AM, psychoticRabboit wrote:
On Thursday, 22 February 2018 at 09:42:47 UTC, Atila Neves wrote:

I'm going to a) never write these imports and b) pretend this feature doesn't exist.

Atila

what about something like this then?

import std.stdio; std.conv: to, from; std.algorithm: doSomething; std.whatever;

just one simple rule; multiple imports on a line are seperated with ;

surely the parser or whatever it's called, could work with that clean and simple solution.

Using a semicolon occurred to me too. If the feature is to be kept, this is the syntax that is easiest to read and remember for me.

Reply via email to