Creates a string from a string from any other UTF encoding.
Copy-constructor
Constructs a string with the given size. The contents of the string will be zero-initialized.
The type of character the string contains.
Clears the string, equivalent to resizing it to 0.
Flips the endianness of the string's contents.
Sets the value of the string.
Makes a nstring appended to this string.
Makes a nstring prepended to this string.
Appends a character to this string.
Appends a string to this string.
Move "constructor"
Resizes the string.
Reverses the contents of the string
Take ownership of the memory owned by the string.
Whether the string is empty.
The length of the string.
Gets a C string pointer to the nstring.
Gets the length of the string, with the null terminator.
The length of the string, in bytes.
Gets the internal memory slice.
The underlying implementation of a numem string.