In order to update an existing Git submodule execute: (You might need permissions from Owner to get submodules)
git submodule update --remote --merge
- 1. Protocol Syntax
- 2. Property Requirements
- 3. Method Requirements
- 4. Mutating Method Requirements
- 5. Initializer Requirements
- 6. Protocols as Types
- 7. Delegation
- 8. Adding Protocol Conformance with an Extension
- 9. Adopting a Protocol Using a Synthesized Implementation
- 10. Collections of Protocol Types
- 11. Protocol Inheritance
- 12. Class-Only Protocols
- 13. Protocol Composition
- 14. Checking for Protocol Conformance
- 15. Optional Protocol Requirements
- 16. Protocol Extensions