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
And then I tried to createInstance , i got length = 0, I could not create instance with default length (=10). How to reflect the propertyWrapper and get the default length (= 10)?
Thanks
The text was updated successfully, but these errors were encountered:
bigearsenal
changed the title
Is it possible to support @propertyWrapper
Is it possible to support @propertyWrapper?
Aug 14, 2021
So unfortunately this isn't possible. createInstance doesn't work by calling an initializer. It just allocates the memory manually and sets each field to a default value, which for an Int is 0
Hi there!
Thanks for an awesome library!
Lately I faced the problem with @propertyWrapper.
I have tried to create a @propertyWrapper:
Then I used it in my struct just like this one:
And then I tried to createInstance , i got length = 0, I could not create instance with default length (=10). How to reflect the propertyWrapper and get the default length (= 10)?
Thanks
The text was updated successfully, but these errors were encountered: