Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into supporting upvar for arguments #73

Open
andreas-kupries opened this issue Nov 22, 2016 · 0 comments
Open

Look into supporting upvar for arguments #73

andreas-kupries opened this issue Nov 22, 2016 · 0 comments
Labels

Comments

@andreas-kupries
Copy link
Owner

andreas-kupries commented Nov 22, 2016

Not sure if this can be done via type extension, or if it would require a parameterized type.
The main thing is to treat the incoming argument as a variable name, with content of a specific type.
The conversion has to get the value from the variable, deliver to the work function via pointer, and write any changes back when the work function returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant