modifyRow

fun modifyRow(i: Int, block: RowBuilder<T>.() -> Unit)
fun modifyRow(row: List<T>, block: RowBuilder<T>.() -> Unit): Boolean