[snip] However, it is solved with an alias:alias write = std.stdio.write;(or using selective imports or fully-qualified identifiers for either module of course).
That's a nice trick!
[snip] However, it is solved with an alias:alias write = std.stdio.write;(or using selective imports or fully-qualified identifiers for either module of course).
That's a nice trick!