I think I found it here: [https://nim-lang.org/docs/system.html#create%2Ctypedesc](https://nim-lang.org/docs/system.html#create%2Ctypedesc)
Reading this I think, that the example code wrong anyway, because sizeof(string) is 8 (not 1).
I think I found it here: [https://nim-lang.org/docs/system.html#create%2Ctypedesc](https://nim-lang.org/docs/system.html#create%2Ctypedesc)
Reading this I think, that the example code wrong anyway, because sizeof(string) is 8 (not 1).