Posted on c/ElrondDevelopers 2 guest375996917c/ElrondDevelopers 2 years ago and for 3d array of 25 values like arr[0] = [1,...2,.....25] arr[1] = [1,....2,....25] etc. what u think is the best way to store this? Comment 2 Comments mwf81318617 2years ago I would argue that if you know the amount of numbers in there that you can just flatten the array to be 1d instead. Otherwise it depends on what you want to store exactly and how you need to access the values etc. So basically the full usecase :) guest375996917 2years ago @iancudorinmarian pretty please
I would argue that if you know the amount of numbers in there that you can just flatten the array to be 1d instead. Otherwise it depends on what you want to store exactly and how you need to access the values etc. So basically the full usecase :)
@iancudorinmarian pretty please