1namespace v2; 2 3table RootTable { 4 a:float; 5 b:[uint8]; 6 big_vector:[uint8] (vector64); 7} 8 9root_type RootTable;
View as plain text