Konubinix' opinionated web of thoughts

Monomorphization

Fleeting

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.

https://doc.rust-lang.org/stable/book/ch10-01-syntax.html