//! Holds definition of [`ImmutableString`] and its [`ImmutableStringBuilder`].
/// The maximum number of strong references a given [`ImmutableString`] can have.
pub const MAX_REFERENCES: u32 = i32MAX as u32;
pub use *;
pub use *;
pub use *;
pub use *;
cfg_select!