Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 168 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 168 Bytes

Alternatives to using dyn. 4 simple examples:

  • Generic with trait bounds
  • Enum dispatch
  • Functional pointers example
  • Compile-time polymorphism with const generics