I'm not sure why compound type inside compound type is relevant here

This commit is contained in:
Carol (Nichols || Goulding) 2016-07-18 22:17:12 -04:00
parent 7710118f4e
commit 1cf14f2baf

View File

@ -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