Can anyone tell me about 2d arrays in solidity? How to access a specific index and how to push elements in 2d array

May 13, 2020, 4:47 PM
Like suppose i want a dynamic array that stores another array with 3 values in it.
Like this

Uint array =[ [1,2,3] , [4,5,6], [7,8,9] ];

Look every index in this array contains another array that contains 3 values.
I want to make a function that stores 3 values in nested array
May 13, 2020, 4:54 PM

© 2024 Draquery.com All rights reserved.