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
For example, field("block_light") => array(length: 2048) => ::u8; representing an array of u8 with a fixed size of 2048. Is this currently possible? If not, what is the best way to implement such a construct?