Structure2D

inline fun <T> Structure2D(rows: Int, columns: Int, initializer: (IntArray) -> T): Structure2D<T>