Last active
April 17, 2026 18:58
-
-
Save Noluk1991/c73c4c30f3558dec7853c0aaa86f7cdb to your computer and use it in GitHub Desktop.
A Hitchhicker's Guide to Swift Generics.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Полезные ссылки: | |
| https://www.objc.io/books/advanced-swift/ — Advanced Swift / generics + value semantics + protocol-oriented programming | |
| https://download.swift.org/docs/assets/generics.pdf — о том, как компилируется все это добро. | |
| https://developer.apple.com/videos/play/wwdc2016/416/ — Understanding Swift Performance / specialization, generics и performance | |
| https://www.youtube.com/watch?v=ctS8FzqcRug — Slava Pestov: Generics in Swift / compile-time и runtime модель generics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment