A @nogc UTF-16 string
Note: nwstring 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.
nstring ndstring
See Implementation
A @nogc UTF-16 string
Note: nwstring 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.