[Issue 14704] The design, which allows not to write import, import, import ... for selective imports
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jun 18 13:27:19 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14704
--- Comment #30 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
(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.
--
More information about the Digitalmars-d-bugs
mailing list