blob: 11258f715d4691ede70f5e48f73512db89054938 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001package 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}