Determines whether the specified array of arrays is regular. The array is regular if each of its elements, which are arrays, have the same length. @param a the array. @return true, if regular; false, otherwise.
(byte[][] a)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected