HSet struct with pointer #2744
numberinho
started this conversation in
General
Replies: 1 comment
-
The ability to pass pointers of "simple data types" to the HSet family would be super cool. As far as I can see, the marshaller would only have to dereference the pointer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to HSet() structs with pointers.
Example:
How would you solve this? For some reason, the pointers are not dereferenced, thus I have to save like 30 different structs.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions