["_"; 5]; for (i, chr) in "abcde".char_indices() { arr[i] = &chr.to_string().repeat(3); } }. However, I am getting the error temporary value dropped while ...
確定! 回上一頁