DEBSOURCES
Skip Quicknav
sources / golang-github-google-flatbuffers / 24.12.23-1 / tests / vector_has_test.fbs
12345678910
namespace Swift.Tests; table Vectors { none:[ulong]; empty:[ulong]; array:[ulong]; } root_type Vectors;