pub type ElemWord = CellElem<usize>;
pub struct ElemWord { pub cell: Cell<usize>, }
cell: Cell<usize>