Input Standard Arrays in Function without Specifying Size
template <typename T, int N, int M> function(T (&x) [N], T (&y) [M]);