Make a type tuple from an array

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Apr 10 15:55:20 PDT 2015


On Friday, 10 April 2015 at 15:36:42 UTC, John Colvin wrote:
>     if (TL.length == 1 && isInputRange!(typeof(TL[0])))

Why not use isStaticArray instead of isInputRange here?


More information about the Digitalmars-d-learn mailing list