ndstring

A @nogc UTF-32 string

Note: ndstring 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 ndstring = StringImpl!(dchar)

See Also

Meta