compiletime
Results
3
issues of
compiletime
Given the C++ type: ```C++ struct Data { std::string x; int y; std::vector z; }; ``` Generate a .proto file including (assuming 64 bit): ```proto message Data { required string...
enhancement
new language
Note D has some nuances with regards to linking shared libraries. See https://dlang.org/dll-linux.html.
enhancement
new language