fn first_word(s: &String) -> ? This function, first_word , has a &String as a parameter. We don't want ownership, so this is fine ...
確定! 回上一頁