pub enum MemoryBlockNumber {
MemoryBlock0,
MemoryBlock1,
MemoryBlock2,
}
Expand description
Represents the memory blocks that can be accessed. Hides how memory blocks are actually identified.
pub enum MemoryBlockNumber {
MemoryBlock0,
MemoryBlock1,
MemoryBlock2,
}
Represents the memory blocks that can be accessed. Hides how memory blocks are actually identified.