menu
destack:string
import destack:string
Classes
StringImmutable UTF-8 string.StringBuilderMutable UTF-8 string builder with growable backing storage.
Structs
DecodeErrorByte decoding failure.
Newtypes
StringSliceBorrowed UTF-8 string slice.
Type aliases
StringMatchMatch result from String.match.StringRawPartsRaw template string parts.StringReplacementReplacement value used by String.replace and String.replaceAll.
Functions
decodeUtf8Decode UTF-8 bytes as text.encodeUtf8Encode text as UTF-8 bytes.