Is there a particular reason why CPointer and simi...
# kotlin-native
b
Is there a particular reason why CPointer and similar utilities were exposed as classes rather than interfaces? It seems that they're almost never meant to be constructed directly and having them as interfaces would make it a lot easier to integrate via expect/actuals