nextIntMatrix1

fun nextIntMatrix1(rows: Int, cols: Int): Array<IntArray?>

Reads a 1-based (rows + 1) x (cols + 1) matrix of integers.