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
The intermediate data structure is composed of variant arrays of two different typedefs. Navigating this structure feels rather cumbersome.
I would propose instead using variant attributes to build this key-value pair tree. This would allow for easier navigation and also better usage of in place element structures.
The intermediate data structure is composed of variant arrays of two different typedefs. Navigating this structure feels rather cumbersome.
I would propose instead using variant attributes to build this key-value pair tree. This would allow for easier navigation and also better usage of in place element structures.
Example: TOMLIntermediateRep.zip
The text was updated successfully, but these errors were encountered: