static A[] nuLike makeArray(Class type, int n) { ret (A[]) Array.newInstance(type, n); }