pub trait ArrayLike: Deref<Target = [Self::Element]> + DerefMut + Debug + Sync + Send { type Element: ElementType; }