typedef struct { int32_t capacity; int32_t length; $TYPE$ *internalArray; } $NAME$;