Expand description
Holds ImmutableString
struct and related tools.
Structs§
- Immutable
String - Represents an immutable string, which is stored behind ref counters.
This is a thin wrapper around
ImmutableArray<u8>
, and is thread safe as well. - Immutable
Weak String - Represents a weak reference to an
ImmutableString
. Analogously to howImmutableWeakArray
is a weak reference toImmutableArray
.
Enums§
- Immutable
String Construction Error - Represents an error that occurs when constructing new
ImmutableString
.