pub type AFlexStr = FlexStr<Arc<str>>;
A flexible string type that transparently wraps a string literal, inline string, or an Arc<str>
Arc<str>