pub type TempSliceIter<T> = MappedTempRepr<Iter<'static, T>>;
pub struct TempSliceIter<T>(/* private fields */);