set_array
Write a part of an array nested in value, delimited by an offset and a size.
Arguments
table- the table selectorkey- key of the record to writevalue- the new raw unpacked data value of the recordoffset- the beginning of the nested array to writearray_size- the size of the nested array to write
Fully qualified path: dojo::storage::database::set_array
pub fn set_array(table: felt252, key: felt252, value: Span<felt252>, offset: u32, array_size: u32)