A workaround:

http://dpaste.dzfl.pl/f424956e

------------
void foo_t(T)(const ref T data) if(isArray!T) {
        test(data.ptr, data.length);
}
------------

Reply via email to