Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
构造IntVar函数将 aNativePtr作为参数。
IntVar
NativePtr
如何创建IntVarfrom Int?
Int
你可以试试这个:
memScoped { val intVar = alloc<IntVar>() intVar.value = 123 }
查看价值以获取更多信息