Use of `pointer`

There’s a good reason we never allow code like the above into Base and strongly discourage calling pointer. For the past couple version, it can be replaced with Ref in almost all cases, which now provides a safe and supported implementation. It is likely well-past time for the pointer function to be deprecated and removed, but so far not especially high-priority.

3 Likes