A @nogc UTF-8 string
Note: nstring is passed by value, this effectively means that if you do not pass it as ref you will end up copying the contents of the string.
nwstring ndstring
See Implementation
A @nogc UTF-8 string
Note: nstring is passed by value, this effectively means that if you do not pass it as ref you will end up copying the contents of the string.