https://issues.dlang.org/show_bug.cgi?id=14704
--- Comment #29 from [email protected] --- (In reply to Ketmar Dark from comment #28) > (In reply to dennis.m.ritchie from comment #25) > > My design ... is more readable > no. For you it is more readable: import std.stdio : write, writeln, readf, std.range : iota, chain, std.algorithm : sort, copy, fill; what is this? import { std.stdio : write, writeln, readf; std.range : iota, chain; std.algorithm : sort, copy, fill; } I recall that in D there is no any other option, but there is a stump: import std.stdio, std.range, std.algorithm : sort, copy, fill; Maybe you're a racist? http://ketmar.no-ip.org/ I see a sign on your website. A normal person would not allow himself to write such nonsense: http://i.imgur.com/T2lMf0f.png And I do not want to hear your opinion nagging. And dispose of, please, I'm picky on your opinion, if you are not obvious obvious. --
