Avatar
omochimetaru 9/15/2022 6:07 AM
This supports generic enums, including getting a generic associated value. The one thing that's not supported yet is the construction of generic enum values. This will allow Optional to be ...
6:07 AM
C++ Interopで、Swiftで定義したenum (associated value付き) を C++から使えるようになってる
6:07 AM
テストコード見るとわかるけど、
6:08 AM
this ポインタから value witness table取り出してそれを使うコードが C++コードとして生成されてて面白い
6:08 AM
LLVM-IRの形で見たやつだ・・・ってなる