|
Is there a way to accept userdata struct arguments from Lua without cloning (i.e taking a mutable reference)? |
Answered by
khvzak
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
AnyUserDataand then callborroworborrow_mutmethod.