Appends a chunk to the bytestring
Indefinite byte strings only.
May realloc the chunk storage.
@param itemborrow An indefinite byte string @param itemincref A definite byte string @return true on success, false on realloc failure. In that case, the refcount of chunk is not increased and the item is left intact.
See Implementation
Appends a chunk to the bytestring
Indefinite byte strings only.
May realloc the chunk storage.
@param itemborrow An indefinite byte string @param itemincref A definite byte string @return true on success, false on realloc failure. In that case, the refcount of chunk is not increased and the item is left intact.