nstring

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.

alias nstring = StringImpl!(char)

See Also

Meta