VirtualMatrix

fun <out T : Any> VirtualMatrix(rowNum: Int, colNum: Int, generator: (i: Int, j: Int) -> T)

Sources

Link copied to clipboard