There are two types of strings in Rust: String and &str . A String is stored as a vector of bytes ( Vec<u8> ) ... Create an empty and growable `String`.
確定! 回上一頁