And the one line way to join the collection as a string would be: chars.iter().collect::<String>(). Start from a Vec<char> : ...
確定! 回上一頁