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