Replies: 1 comment
-
I don't think that's possible in general. Example: public void ProcessList(List<int>! list) { ... } How would you translate that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Transpiles to C++ to utilize C++'s advanced features, but also wraps the C++ code to be able to use in plain C. There is no need to use GLib as C++ is used as the backend here.
Beta Was this translation helpful? Give feedback.
All reactions