mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
还是需要意译
This commit is contained in:
parent
ffbf7f975f
commit
7747bee1a4
@ -343,4 +343,4 @@ fn calculate_length(s: String) -> (String, usize) {
|
||||
}
|
||||
```
|
||||
|
||||
但是这不免有些形式主义,同时这离一个通用的观点还有很长距离。幸运的是,Rust 对此提供了一个功能,叫做 **引用**(*references*)。
|
||||
但是这不免有些形式主义,而且这种场景应该很常见。幸运的是,Rust 对此提供了一个功能,叫做 **引用**(*references*)。
|
||||
|
Loading…
Reference in New Issue
Block a user