I\'m trying to unpack multiple parameter packs so that arr[i][j] = X(i,j). However I get the following error with the current approach below. Are there approach
arr[i][j] = X(i,j)