...

Text file src/github.com/google/flatbuffers/tests/vector_has_test.fbs

Documentation: github.com/google/flatbuffers/tests

     1namespace Swift.Tests;
     2
     3table Vectors
     4{
     5  none:[ulong];
     6  empty:[ulong];
     7  array:[ulong];
     8}
     9
    10root_type Vectors;

View as plain text