...

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

Documentation: github.com/google/flatbuffers/tests

     1
     2struct Property {
     3  property: bool;
     4}
     5
     6table TestMutatingBool {
     7  b: Property;
     8}

View as plain text