cbor_array_set

Set item by index

Creating arrays with holes is not possible

@param itemborrow An array @param valueincref The item to assign @param index The index, first item is 0. @return true on success, false on allocation failure.

extern (C)
bool
cbor_array_set

Meta