cbor_array_push

Append to the end

For indefinite items, storage may be realloacted. For definite items, only the preallocated capacity is available.

@param arrayborrow An array @param pusheeincref The item to push @return true on success, false on failure

extern (C)
bool
cbor_array_push

Meta