pub trait Sealed { }
Private marker trait to ensure super::Array can not be implemented outside this crate
super::Array