You are viewing a single thread.
View all comments 15 points
Title should really be Arc<[T]>
at first I was like Arc<T>
makes no sense.
It’s a great video though. It’d be nice if the compiler / clippy could detect entirely non-mutable uses of data structures that could be switched like this.