observation: D getting a bit complex

BBasile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 30 00:36:53 PDT 2015


On Sunday, 30 August 2015 at 02:42:30 UTC, Spacen Jasset wrote:
> immutable(ElementEncodingType!(ElementType!Range))[] 
> buildPath(Range)(Range segments) if (isInputRange!Range && 
> isSomeString!(ElementType!Range));
> pure nothrow @safe immutable(C)[] buildPath(C)(const(C)[][] 
> paths...) if (isSomeChar!C);

this is stodgy, particularly in a console with line wrapping at 
80 chars.



More information about the Digitalmars-d-learn mailing list