I want to access an array iteratively, using slices to avoid data copying, But ran into the life cycle problem.
use std::iter::Iterator; use std::marker::PhantomD