menu

destack:string

import destack:string

Classes

  1. StringImmutable UTF-8 string.
  2. StringBuilderMutable UTF-8 string builder with growable backing storage.

Structs

  1. DecodeErrorByte decoding failure.

Newtypes

  1. StringSliceBorrowed UTF-8 string slice.

Type aliases

  1. StringMatchMatch result from String.match.
  2. StringRawPartsRaw template string parts.
  3. StringReplacementReplacement value used by String.replace and String.replaceAll.

Functions

  1. decodeUtf8Decode UTF-8 bytes as text.
  2. encodeUtf8Encode text as UTF-8 bytes.