is there a way to define a matrix in a more obvious way like this: type Matrix = [ array[5, uint32] array[5, uint32] ] #instead of type Matrix = array[2, array[5, uint32]]