10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
namespace v2;
|
|
|
|
table RootTable {
|
|
a:float;
|
|
b:[uint8];
|
|
big_vector:[uint8] (vector64);
|
|
}
|
|
|
|
root_type RootTable;
|