sbool isPrimitiveArray(O o) { ret o != null && isPrimitiveType(arrayElementType(o)); }