You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: