<div dir="ltr">I still believe it should be something more readable:<div><br></div><div><span style="font-size:12.8px">import std.stdio, std.conv : [ to, from ], std.algorithm : doSomething, std.whatever;</span><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 22, 2018 at 11:30 AM, psychoticRabboit via Digitalmars-d-announce <span dir="ltr"><<a href="mailto:digitalmars-d-announce@puremagic.com" target="_blank">digitalmars-d-announce@puremagic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thursday, 22 February 2018 at 09:42:47 UTC, Atila Neves wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm going to a) never write these imports and b) pretend this feature doesn't exist.<br>
<br>
Atila<br>
</blockquote>
<br></span>
what about something like this then?<br>
<br>
import std.stdio; std.conv: to, from; std.algorithm: doSomething; std.whatever;<br>
<br>
just one simple rule; multiple imports on a line are seperated with ;<br>
<br>
surely the parser or whatever it's called, could work with that clean and simple solution.<br>
<br>
</blockquote></div><br></div>