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

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 15 16:07:10 PST 2017


Also, as mentioned in the std.algorithm.mutation.remove case, constraints in 
Phobos often confuse "requirements" with "specializations".

Requirements should be user-facing constraints, while specializations are 
implementation details better handled with internal static if.


More information about the Digitalmars-d mailing list