pub type HipStr<'borrow> = HipStr<'borrow, Arc>;
Thread-safe shared string.
pub struct HipStr<'borrow>(/* private fields */);