Rust 1.26 introduced a nifty little feature called Basic Slice Patterns which lets ... fn print_words(sentence: &str) { let words: Vec<_> ...
確定! 回上一頁