syntax sugar: std.path::buildPath instead of from!"std.path".buildPath

Jack Stouffer via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 15 06:28:33 PST 2017


On Tuesday, 14 February 2017 at 22:01:47 UTC, H. S. Teoh wrote:
> Thankfully, the docs for std.conv.to have been greatly improved 
> since the last time I had to work with the code -- everything 
> is now consolidated under a single template function 
> std.conv.to, and the implementation details are hidden behind 
> module-private overloads. This is the way it should be.

I'm currently trying to do this again in std.format, this is the 
first step: https://github.com/dlang/phobos/pull/5130


More information about the Digitalmars-d mailing list