...

Text file src/github.com/google/flatbuffers/tests/64bit/evolution/v1.fbs

Documentation: github.com/google/flatbuffers/tests/64bit/evolution

     1namespace v1;
     2
     3table RootTable {
     4  a:float;
     5  b:[uint8];
     6}
     7
     8root_type RootTable;

View as plain text