tasm_lib::rust_shadowing_helper_functions::list

Function load_list_unstructured

Source
pub fn load_list_unstructured(
    element_size: usize,
    list_pointer: BFieldElement,
    memory: &HashMap<BFieldElement, BFieldElement>,
) -> Vec<Vec<BFieldElement>>
Expand description

Load a list from memory returning each element as a list of BFieldElements.