it's as if it allocates it and copies it over inst...
# kotlin-native
m
it's as if it allocates it and copies it over instead of getting a pointer to the static one
💯 1
d
You are correct.
✔️ 1
If you want a static value, you have to
alloc
yourself instead of using
cValue
.