Bridging Generic APIs In this post I'm going to lay out how I propose we bridge generic C++ APIs to Swift. Refresher If you’re already familiar with both Swift generics and C++ templates, feel free to skim this section and move on to "Goals." C++ Templates In C++ templates can be used for generic programming. Templates, as their name suggest...