destack:string import destack:string Classes - String — Immutable UTF-8 string. - StringBuilder — Mutable UTF-8 string builder with growable backing storage. Structs - DecodeError — Byte decoding failure. Newtypes - StringSlice — Borrowed UTF-8 string slice. Type aliases - StringMatch — Match result from String.match. - StringRawParts — Raw template string parts. - StringReplacement — Replacement value used by String.replace and String.replaceAll. Functions - decodeUtf8 — Decode UTF-8 bytes as text. - encodeUtf8 — Encode text as UTF-8 bytes.