http://static.rust-lang.org/doc/master/alloc/arc/index.html has some useful docs, which are somewhat hard to find. In particular, someone on IRC misconstrued the more terse documentation on the Arc type itself to mean that it magically allowed mutable access.
CC @steveklabnik
http://static.rust-lang.org/doc/master/alloc/arc/index.html has some useful docs, which are somewhat hard to find. In particular, someone on IRC misconstrued the more terse documentation on the
Arctype itself to mean that it magically allowed mutable access.CC @steveklabnik