norman784
06/13/2018, 1:16 PMsizeof
like method? I’m struggling with this part, because I must more or less guest the size in bytes of each type, i.e. (vertices.size * 4).signExtend()
and their c counterpart would just sizeof(vertices)
olonho
06/13/2018, 1:25 PMsize
companion object property, i.e. `IntVar.size`: https://github.com/JetBrains/kotlin-native/blob/14f622dac2c1958e1dedb51e66590c8354b987ff/Interop/Runtime/src/main/kotlin/kotlinx/cinterop/Types.kt#L206norman784
06/13/2018, 1:30 PM