static A[] nuLike toTypedArray(Class type, Iterable c) { ret toArray(c, type); }