Closed joajfreitas closed 1 month ago
struct Foo { temperatures @0 : [u16; 4] | unit("C"), }
struct Foo { temperatures @0 : Array(u16, 4) | unit("C"), }
Good one