pub type AnyElem = CellElem<u8>;
This can be used when any version of Slice/Array returns the same thing kind of unsafe
pub struct AnyElem { pub cell: Cell<u8>, }
cell: Cell<u8>