Type Alias go_vm::types::Elem64

source ·
pub type Elem64 = CellElem<u64>;

Aliased Type§

struct Elem64 {
    pub cell: Cell<u64>,
}

Fields§

§cell: Cell<u64>