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?

Reply via email to