Can we pass any size of arguments in the shuffle2 operation, i.e. if we have two arrays data1[1000], data2[1000] and a mask as mask[1000] can we declare it as shuffle2[data1[1000],data2[1000],mask[1000]].... If not in this way how do we declare it...?
↧