read_fixed_array_layout
Read a fixed array layout model record.
Arguments
model- the model selectorkey- model record key.read_data- the read data.layout- the array item layout
Fully qualified path: dojo::storage::layout::read_fixed_array_layout
pub fn read_fixed_array_layout(
model: felt252, key: felt252, ref read_data: Array<felt252>, mut layout: (Span<Layout>, u32),
)