pub fn last_populated_nd_memory_address(
memory: &HashMap<BFieldElement, BFieldElement>,
) -> Option<BFieldElement>
Expand description
Returns the address of the last populated word belonging to the memory region designated for non-determinism.
pub fn last_populated_nd_memory_address(
memory: &HashMap<BFieldElement, BFieldElement>,
) -> Option<BFieldElement>
Returns the address of the last populated word belonging to the memory region designated for non-determinism.