I would like to disagree with you here. I think that &out
(write-only) is a logical addition to &mut
(read+write) and &
(read-only). We could wish for a more consistent naming (e.g. something like &r
, &rw
, &w
), but this ship has already sailed.
2 Likes