Skip to content

Instantly share code, notes, and snippets.

@Noluk1991
Last active April 17, 2026 18:58
Show Gist options
  • Select an option

  • Save Noluk1991/c73c4c30f3558dec7853c0aaa86f7cdb to your computer and use it in GitHub Desktop.

Select an option

Save Noluk1991/c73c4c30f3558dec7853c0aaa86f7cdb to your computer and use it in GitHub Desktop.
A Hitchhicker's Guide to Swift Generics.
Полезные ссылки:
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