fn read_heap_array<'a, F: AcirField>( memory: &'a Memory<F>, array: &HeapArray, ) -> &'a [MemoryValue<F>]
Reads a fixed-size array from memory.