std.string
A UTF-8 encoded and immutable string.
A String
is an immutable, UTF-8 encoded string.
Various methods for String
may operate on or mention "characters". Whenever
this is the case, we are referring to extended grapheme clusters, not
Unicode scalar values or bytes.
Traits
Bytes | A type that is a contiguous sequence of bytes. | |
IntoString | A type that can be moved into a | |
ToString | A type that can be converted to a |
Classes
Chars | An iterator over the characters (= extended grapheme clusters) in a String. | |
Atomic | String | An UTF-8 encoded and immutable string type. |
StringBuffer | A buffer for efficiently concatenating |