Update rfcs/type-byte-array.md

Co-authored-by: Micah <dekkonot@rocketmail.com>
This commit is contained in:
vegorov-rbx 2023-10-16 04:32:34 -07:00 committed by GitHub
parent e7dc69adf1
commit cbe95e8dd8
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ One drawback here might be that the cursor is attached to the data and raises a
--- ---
Additional possibility will be to make the buffer change size automatically by `pushTYPE` interface. (explicit resize can be implemented with the existing interface). An additional possibility would be to make the buffer change size automatically by `pushTYPE` interface (explicit resize can be implemented with the existing interface).
This can also be changed almost transparently for older code. This can also be changed almost transparently for older code.
One difference will be that `pushTYPE` will not throw when reaching the end of the data. Unless it is decided that other write operations could also resize implicitly. One difference will be that `pushTYPE` will not throw when reaching the end of the data. Unless it is decided that other write operations could also resize implicitly.