Work with text using Unicode-safe strings.
Strings and Text
Topics
Strings and Characters
struct StringA Unicode string value that is a collection of characters.
struct CharacterA single extended grapheme cluster that approximates a user-perceived character.
Encoding and Storage
enum UnicodeA namespace for Unicode utilities.
Compile-Time Strings
struct StaticString A string type designed to represent text that is known at compile time.
See Also
Values and Collections
Numbers and Basic Values
Model data with numbers, Boolean values, and other fundamental types.
Collections
Store and organize data using arrays, dictionaries, sets, and other data structures.