Type Alias ElemWord

Source
pub type ElemWord = CellElem<usize>;

Aliased Type§

pub struct ElemWord {
    pub cell: Cell<usize>,
}

Fields§

§cell: Cell<usize>