isArrayOf

JVM
1.0
fun <reified T : Any> Array<*>.isArrayOf(): Boolean

Checks if array can contain element of type T.