arrayLevel

open fun arrayLevel(): Int(source)

Return

The level of nesting that this type is present at. For example, int[][] would have an array level of 2, and int would have an array level of 0 (not an array).