Hey, someone know how cast variable f.e `UInt` to ...
# kotlin-native
m
Hey, someone know how cast variable f.e
UInt
to
CPointer
?
d
.toLong().toCPointer()
m
thanks! any way to avoid
toLong
conversion?
d
I don't think so.
n
to avoid the
.toLong()
you'd have to write your own extension function for
UInt