Beta 2.079.0
psychoticRabboit
meagain at meagain.com
Thu Feb 22 10:30:44 UTC 2018
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.
More information about the Digitalmars-d-announce
mailing list