mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
I'm not sure why compound type inside compound type is relevant here
This commit is contained in:
parent
7710118f4e
commit
1cf14f2baf
@ -214,8 +214,7 @@ all unicode code points at *http://www.unicode.org/charts/*.
|
||||
### Compound Types
|
||||
|
||||
*Compound types* can group multiple values of other types into one type. Rust
|
||||
has two primitive compound types: tuples and arrays. You can also put a
|
||||
compound type inside another compound type.
|
||||
has two primitive compound types: tuples and arrays.
|
||||
|
||||
#### Grouping Values into Tuples
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user