https://kotlinlang.org logo
t

Tim Ortel

08/14/2022, 1:10 PM
How can I get the offset of a variable of a struct in Kotlin? In objective C there is a offsetof(struct, elem) function. Can I access that from Kotlin?
4 Views