namespace a; struct Vec3 { v:[float:3]; } struct Mat3 { r:[Vec3:3]; } import flatbuffers import a.Vec3 import a.Mat3 r0 = a.Vec3.Vec3T() r1 = a.Vec3.Vec3T() r2 = a ...
Note: if you want to make changes to the project, do not fork this repository kaitai_struct. Instead, choose the component you want to modify in the file tree above and fork that individual component ...