static S[] asStringArray(Collection c) { ret toStringArray(c); } static S[] asStringArray(O o) { ret toStringArray(o); }