1 2 3 4 5 6 7
package odinfmt_test main :: proc() { foo := #row_major matrix[4,4]int { 4..<8 = 1, 1..<2 = 2, } }