_cbor_map_add_value

Add a value to the map

Assumes that #_cbor_map_add_key has been called. Internal API.

@param itemborrow A map @param keyincref The value @return true on success, false if either reallocation failed or the preallcoated storage is full

extern (C)
bool
_cbor_map_add_value

Meta