pub type SmallArcStr<L = DefaultLayout> = SmallArcSlice<str, L>;Available on crate feature
inlined only.Expand description
An alias for SmallArcSlice<str, L>.
Aliased Typeยง
pub struct SmallArcStr<L = DefaultLayout>(/* private fields */);