static O[] repArray(O a, int n) { ret arrayrep(a, n); } static A[] nuLike repArray(Class type, A a, int n) { ret arrayrep(type, a, n); }