...

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

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

     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