difference between C pointer and V reference #16622
Unanswered
iacore
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I pass a pointer of C struct into V, will it be handled by the GC?
What decides if a reference is GC-collected or not?
Hypothesis: if
T
hasC.
in front, then&T
is not tracked by GCBeta Was this translation helpful? Give feedback.
All reactions