Why can’t I store a value and a reference to that value in the same struct?
I have a value and I want to store that value and a reference to something inside that value in my own type: … Read more
I have a value and I want to store that value and a reference to something inside that value in my own type: … Read more