• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package flatbuffers
2
3// Struct wraps a byte slice and provides read access to its data.
4//
5// Structs do not have a vtable.
6type Struct struct {
7	Table
8}
9