On Sunday, November 19, 2017 19:22:51 Jiyan via Digitalmars-d-learn wrote: > Hello, > > i wanted to ask why this isnt working: > > struct Text(T : char) > { > size_t _len; > T* _ptr; > } > > Thanks :)
What about it isn't working? I think that you need to explain what you're trying to do and what you think that this code should be doing but isn't. - Jonathan M Davis