What is the slice type in Rust? ; 1. fn get_index(s: &String) -> usize { ; 2. // Convert String to array of bytes: ; 3. let bytes = s.as_bytes(); ; 4. ; 5. // ...
確定! 回上一頁