Rust [edit]. fn splitter(string: &str) -> String { let chars: Vec<_> = string.chars().collect(); let mut result = Vec::new();
確定! 回上一頁