pub type PermView<'a> = Permutation<usize, &'a [usize]>;
pub struct PermView<'a> { /* private fields */ }