会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
xdlJust
首页
管理
2020年5月22日
Rust学习
摘要: ```Rust // 代码是从后往前的,因为懒得往下翻来翻去,所以你可能需要从最底下看起,如果你要看的话 //fn gives_ownership() -> String { // let s = String::from("hello"); // return s; //} // //fn takes_and_gives_back(str :String) -> String {str} //f
阅读全文
posted @ 2020-05-22 21:31 NorseLZJ
阅读(186)
评论(0)
推荐(0)
编辑