Warn on unused imports?

a11e99z black80 at bk.ru
Sun Jan 31 19:22:43 UTC 2021


On Sunday, 31 January 2021 at 19:18:04 UTC, a11e99z wrote:
> suggestion: implicit import at same line as using
>
> auto result = std.algorithm:find!blahblah(args);
>

note: colon as separator for module part and other
u can still use ufcs and usual magic
module part just says where to look object or method


More information about the Digitalmars-d mailing list