https://issues.dlang.org/show_bug.cgi?id=14704

--- Comment #30 from Ketmar Dark <[email protected]> ---
(In reply to dennis.m.ritchie from comment #29)
> 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;
> }
this:

  import std.stdio : write, writeln, readf;
  import std.range : iota, chain;
  import std.algorithm : sort, copy, fill;


> Maybe you're a racist?
yes, i am. do you feel offended? i'm glad. and i'm glad that you ran out of
silly arguments and start personal attacks.

--

Reply via email to