taggedPointer to char array on heap

Nordlöw via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 11 05:21:32 PST 2017


On Wednesday, 11 January 2017 at 00:26:27 UTC, Ali Çehreli wrote:
>     @property char* p() {

Should be

     @property inout(char)* p() inout

Thanks!



More information about the Digitalmars-d-learn mailing list