That gives me the length of the string. However, I am interested in the space it takes in the memory, i.e. including it's internal length field.
>From the docs: > However, strings in Nim are both zero-terminated and have a >length field. One can retrieve the length with the builtin len procedure; the >length never counts the terminating zero.
