Does anybody know of a "cheat sheet" for using cin...
# kotlin-native
t
Does anybody know of a "cheat sheet" for using cinterop? I often struggle to find the right way to init/pass/consume values and functions with my native code, because I don't do it regularly.
I think a concise sheet of examples would be very helpful.
t
t
That is helpful. I'd like to see more examples for cinterop usage. That is what really slows me down. The IDE doesn't suggest stuff like "useContents" for CValue classes. You have to just know that you can type that and then import it. If you forget the method, then you have to go read all of the docs again.