Template Question

Jiyan jiyan at jiyan.info
Sun Nov 19 19:22:51 UTC 2017


Hello,

i wanted to ask why this isnt working:

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

Thanks :)


More information about the Digitalmars-d-learn mailing list