Is it possible to have AppDataRef's lifetime non-static? #376
Answered
by
khvzak
HughHoyland
asked this question in
Q&A
|
After migrating from an earlier But I hoped I can store a reference that outlives Lua object itself. Is it, in theory, possible? I could create a fork where |
Answered by
khvzak
Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only
'statictypes hasTypeId. The easiest option would be casting type to static through transmute (unsafe)