pub trait PermSizewhere Self::Container: AsRef<[usize]>,{ type Container; }
The permutation size marker trait.