Introduction
Zig is a new general-purpose and low level programming language that is being very promising. The documentation of the language1 is very good in quality, but I missed some more specific details about strings in there.
That is why, I decided to write this article, to discuss in more depth how strings work in Zig, and give you some more specific details about it.