Search results

There are no results.

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 String.

ToString

A type that can be converted to a String.

Classes

Chars

An iterator over the characters (= extended grapheme clusters) in a String.

AtomicString

An UTF-8 encoded and immutable string type.

StringBuffer

A buffer for efficiently concatenating String objects together.