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
| IntoString | A type that can be moved into a | |
| ToString | A type that can be converted to a |
Types
| Chars | An iterator over the characters (= extended grapheme clusters) in a | |
| Value | Scalar | A UTF-8 scalar. |
| Scalars | An iterator over the UTF-8 scalars in a | |
| Atomic | String | An UTF-8 encoded and immutable string type. |
| StringBuffer | A buffer for efficiently concatenating |