I am trying to figure out how Swift works . In particular, I could not find the exact statement about the compilation model. In C ++, generalizations (templates) are not separately compiled as they are created (at least in principle) for each call site. Instead, Java generators are generated. What happens to Swift regarding a separate compilation of generics?
Gepp source
share