Module imm/string
imm/string
Immutable, thread-safe UTF-8 string type.
Uses atomic reference counting for safe sharing across threads. All "modification" operations return a new string; the original is unchanged.
imm/stringImmutable, thread-safe UTF-8 string type.
Uses atomic reference counting for safe sharing across threads. All "modification" operations return a new string; the original is unchanged.