i have a multidimensional array (6 dimensions) i want to print each the array such that
[0][0][0][0][0][0]
[1][1][1][1][1][1]
[2][2][2][2][2][2]
and so on, if that possible, how can i do it ?