observation: D getting a bit complex

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 30 10:36:50 PDT 2015


On Sun, Aug 30, 2015 at 07:36:53AM +0000, BBasile via Digitalmars-d-learn wrote:
> 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.

https://issues.dlang.org/show_bug.cgi?id=13676


T

-- 
People who are more than casually interested in computers should have at least some idea of what the underlying hardware is like. Otherwise the programs they write will be pretty weird. -- D. Knuth


More information about the Digitalmars-d-learn mailing list