//create a mutable array of 5 elements let mut m_h:[i32;5]=[9,3,2,8,1]; //now since I set it mutable i guess this should work... //enumerate() ...
確定! 回上一頁