Closed gcsbt closed 9 months ago
This PR adds the get_key_value_mut method, which is based on get_key_value but returns a mutable reference instead of an immutable reference.
get_key_value_mut
get_key_value
Thanks for the contribution @gcsbt!
Thanks for the super quick merge @jeromefroe!
This PR adds the
get_key_value_mut
method, which is based onget_key_value
but returns a mutable reference instead of an immutable reference.