mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sunface
ac69dc1cbd
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
functions1.rs | 3 years ago | |
functions2.rs | 3 years ago | |
functions3.rs | 3 years ago | |
functions4.rs | 3 years ago | |
functions5.rs | 3 years ago |
README.md
函数(Functions)
在本练习,你将学习如何编写一个函数,以及 Rust 编译器怎样可以对事物进行追溯(trace things way back)。
译:依据练习的内容,追溯的意思可能是类型推导之类的事。