On Friday, 10 April 2015 at 22:55:23 UTC, Nordlöw wrote:
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?

Because that would be completely different. Static arrays aren't even input ranges...

Reply via email to