get_packed_array
Read a raw array value identified by its keys.
Arguments
address_domain- the address domain to usekeys- the keys of the value to readarray_size- the size of the array to read.
Fully qualified path: dojo::storage::storage::get_packed_array
pub fn get_packed_array(address_domain: u32, keys: Span<felt252>, array_size: u32) -> Span<felt252>