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 ...