Hello,

i wanted to ask why this isnt working:

struct Text(T : char)
{
        size_t _len;
        T* _ptr;
}

Thanks :)

Reply via email to