-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
As of right now, the dynamic type can contain a reference to a void pointer.
This seems to work fine with structs, but badly with arrays, I think that the void pointer is unable to contain a pointer to an array pointer (if that makes any sense, this is uncharted territory for me).
I think that we might want to wrap the void* DynValue in another struct that can contain the size of whatever we are storing in the dynamic value and then figure out a way to retrieve the array/struct we've stored in the void pointer.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed