Beta 2.079.0

jmh530 john.michael.hall at gmail.com
Fri Feb 23 13:13:13 UTC 2018


On Friday, 23 February 2018 at 11:57:05 UTC, Martin Nowak wrote:
>
> A newcomer to D could rightfully conclude that comma is a 
> module separator and the following is the correct syntax to 
> import multiple symbols.
>
>     import std.stdio, std.conv : to, std.conv : parse;
>

What if you have something like
import std.stdio, std.conv : to, parse;
and there is a module at the top-level named parse?


More information about the Digitalmars-d-announce mailing list