This is an easy fix – we just need to make test mutable: let mut test = { vec![1u,2], vec![3u,4], }; test[0][0] = 5 ...
確定! 回上一頁