Jonathan M Davis <[email protected]> wrote:

void fun( T )( T t ) if ( isInputRange!T && is( ElementType!T == dchar ) )
{}

Though I'd suggest using Unqual!(ElementType!T).

You're right, of course.


--
Simen

Reply via email to