Closed
Description
See conclusion of the saga of unsafe pointers trying on caret:
Essentially we decided to leave &
as borrowed-ptr, and *
as unsafe, and just add a keyword for capture-by-reference since we expect it'll be a rare-ish occurrence in the pattern language.
(or * rather than ref. neither is in the pattern grammar at present. pick one.)