cbor_string_add_chunk

Appends a chunk to the string

Indefinite strings only.

May realloc the chunk storage.

@param itemborrow An indefinite string @param itemincref A definite 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_string_add_chunk

Meta