Rust type system part 3 : Generic Container Types, Interior Mutability, and Concurrency
Part 1
Part 2
Containers
I call them Container Types, not Collection Types, because these types contain other types and provide specific capabilities to the types they encapsulate. Each container type has distinct capabilities, so we can combine them...
sanjeevi.hashnode.dev29 min read