Sign in
pigweed
/
third_party
/
github
/
google
/
flatbuffers
/
b39f79e5e9d722376aae1c8ee846ea357f58c07c
/
.
/
tests
/
64bit
/
evolution
/
v2.fbs
blob: f83e510994d6d013f361aff3c045e855e40395cb [
file
]
namespace
v2
;
table
RootTable
{
a
:
float
;
b
:[
uint8
];
big_vector
:[
uint8
]
(
vector64
);
}
root_type
RootTable
;