Closed
Description
http://www.rust-lang.org/doc/tutorial/syntax.html reads "[mutable T] Mutable vector type", which i find confusing.
- I would read "[mutable T]" as "a vector of mutable T".
- But maybe i am wrong and it is meant to read "a mutable vector of T".
I'd be happy if someone could clarify this.