I\'m sorry I couldn\'t find a way to do this simple thing in Rust :
let mut a: [i32][i32]; a[0][0] = 1; a[0][1] = 2; a[1][0] = 8;
Thank you for y