Reference/pointer real production use case?

Hello,
I was wondering if someone would have a real production use case for reference/pointer feature ?

Quick reminder how it works (works for any object) :

<1> => a=3
null
<2> => b=&a
null
<3> => *b
3.000000

i do like this feature, but right now i cant find a use for it :thinking:

Hello there!
As I was actually curious about the answers too, I made a little tweet about it :slight_smile:
Hope there is someone out there who is willing to share their ideas!

The link to the tweet

Have a nice day,
Feu

1 Like