2,617
次編輯
Tankianting(討論 | 貢獻) |
Tankianting(討論 | 貢獻) |
||
行 21: | 行 21: | ||
# [https://www.educative.io/edpresso/how-to-use-references-in-rust 使用參照的方法] | # [https://www.educative.io/edpresso/how-to-use-references-in-rust 使用參照的方法] | ||
#: <code>foo (x : &mut i64){...}</code> | #: <code>foo (x : &mut i64){...}</code> | ||
# | # [https://stackoverflow.com/questions/30154541/how-do-i-concatenate-strings 連結字串] | ||
#: <code>let concat_str = format!("{}{}", str1, str2);</code> | #: <code>let concat_str = format!("{}{}", str1, str2);</code> | ||
[[category:資訊]] | [[category:資訊]] |