hasZero

fun hasZero(array: IntArray): Boolean

Return

true if the array as at least one zero element

Parameters

array

the array to check