Re-export volatile_copy_memory in `core::ptr`?

Is there a reason that volatile_copy_memory and friends are not re-exported in core::ptr along with write_volatile and read_volatile?

I don’t think there’s a reason - seems fine to expose as core::ptr::copy_volatile and similarly for the nonoverlapping variant.

OK, cool. A project I’m working on might need that. If so, I’ll throw up a PR.

Related: Opened up this issue to do the same with volatile_copy_memory_nonoverlapping.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.