simplifiedArray

inline fun <T> Array<Array<T>>.simplifiedArray(): Array<Array<T>>