Tensor of structs / multi-dimensional data structure of structs in mojo
I need a data strucuture that is a 2-dimensional array of lists of pairs. That is, if subdata = data[i][j]
, then subdata
is a dynamic data structure that contains tuples of size 2.