as a possible solution have a struct of 2 arrays instead of a map, or 3 or 4.
works just like a map as long as you ensure the indexs are the same. I needed to do this since Maps arent replicated either.
as a possible solution have a struct of 2 arrays instead of a map, or 3 or 4.
works just like a map as long as you ensure the indexs are the same. I needed to do this since Maps arent replicated either.