pub type RcSlice<T> = RcSliceA<T, Global>;
Reference-counted slice allocated from Global.
pub struct RcSlice<T> { /* private fields */ }