cbor_bytestring_add_chunk

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.

extern (C)
bool
cbor_bytestring_add_chunk

Meta