nwstring

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.

alias nwstring = StringImpl!(wchar)

See Also

Meta