Skip to content

Draft: Implement hex_document_set_data_to_val

Jordan Christiansen requested to merge (removed):set-data-to-val into master

This allows setting all bytes in a range to the same value without allocating an array, à la memset.

For context, @LARathbone said:

I'm thinking I might want to save the set_data_to_val code you have written, even to save it as a separate draft merge request, even if we ultimately decide not to incorporate it.

Edited by Jordan Christiansen

Merge request reports