Protocols & Mutability in Swift
Swift protocols allow us to make mutable variants of our protocols that restrict API consumers, without restricting internal APIs.