endStructVector method
Finish a Struct vector. Most callers should preferto use writeListOfStructs.
Most callers should prefer writeListOfStructs.
Implementation
int endStructVector(int count) {
putUint32(count);
return _tail;
}
Finish a Struct vector. Most callers should preferto use writeListOfStructs.
Most callers should prefer writeListOfStructs.
int endStructVector(int count) {
putUint32(count);
return _tail;
}