endStructVector method

int endStructVector(
  1. int count
)

Finish a Struct vector. Most callers should preferto use writeListOfStructs.

Most callers should prefer writeListOfStructs.

Implementation

int endStructVector(int count) {
  putUint32(count);
  return _tail;
}