Make _modify public

_modify provides a lot of improvements in performance when doing read-write operations across objects. And is widely used in the Standard Library. Are there any plans of making this attribute finally public so we do not have to rely on private or obscure modifiers to achieve better performance in read-write thread-safe operations, for example.

Kind regards.

4 Likes