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
This makes StructArrays work by default on struct types that customize getproperty.
We should probably allow to customize this mechanism by overloading a StructArray function (say StructArray.getentry), which would need to be overloaded at the same time as staticschema and createinstance.