writeln() in static import std

Adnan relay.public.adnan at outlook.com
Thu Feb 13 07:33:26 UTC 2020


How can I reach stdout.writeln() using fully qualified name with 
static import?
I have tried:
std.stdio.stdout.writeln() -- fails
std.writeln() -- works
std.stdout.writeln -- works


How does static import with std work?


More information about the Digitalmars-d-learn mailing list