An iterator over an immutable slice.
struct Items<'a, T> where T: 'a, { /* private fields */ }
Objects that can be iterated over.