tasm_lib::rust_shadowing_helper_functions::array

Function array_from_memory

Source
pub fn array_from_memory<T: BFieldCodec + Clone>(
    pointer: BFieldElement,
    array_length: usize,
    memory: &HashMap<BFieldElement, BFieldElement>,
) -> Vec<T>