Monomorphization
Fleeting- Référence externe : https://doc.rust-lang.org/stable/book/ch10-01-syntax.html
Generic Data Types - The Rust Programming Language
Monomorphization is the process of turning generic code into specific code by filling in the concrete types that are used when compiled.