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
Having KodableTransformable as a class may result in unexpected behaviors, such as the one in the screenshot below:
Properties wrapped in Coding are always reference typed, which causes extra memory management work when dealing with structs. Ideally, KodableTransformable should be a struct.
The text was updated successfully, but these errors were encountered:
Having
KodableTransformable
as a class may result in unexpected behaviors, such as the one in the screenshot below:Properties wrapped in
Coding
are always reference typed, which causes extra memory management work when dealing with structs. Ideally,KodableTransformable
should be a struct.The text was updated successfully, but these errors were encountered: