Closed
Description
Since all operations on structs are dispatched to the getters/settings (instance methods which can already be overriden) and the auto-generated #sizeOf
, we can allow users to define custom struct classes by overriding sizeOf
.
This would allow, for example, defining structs with different behavior (e.g. different fields) on different platforms.