• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1namespace v2;
2
3table RootTable {
4  a:float;
5  b:[uint8];
6  big_vector:[uint8] (vector64);
7}
8
9root_type RootTable;
10