pub type ArcString<const PREFIX_LENGTH: usize> = UmbraString<ArcDynBytes, PREFIX_LENGTH>;Expand description
An UmbraString that shares its underlying bytes and keeps track of the number of
references using an atomic counter.
Aliased Typeยง
pub struct ArcString<const PREFIX_LENGTH: usize> { /* private fields */ }