Avatar
omochimetaru 2/2/2022 3:05 AM
すごい。
3:05 AM
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...
3:05 AM
早速、C++ TemplatesがSwiftにインポートさせたときにうまく言語仕様と噛み合わせられなくて困ったよ、ってトピックも投稿されてる。