tasm_lib::rust_shadowing_helper_functions::array

Function insert_random_array

Source
pub fn insert_random_array(
    element_type: &DataType,
    array_pointer: BFieldElement,
    array_length: usize,
    memory: &mut HashMap<BFieldElement, BFieldElement>,
)