The shared slice type is & [T] , while the mutable slice type is &mut [T], ... But in Rust you might want immutable references into mutable structure.
確定! 回上一頁