Hey there, I am not usually a C++ developer, but I was wondering if there was any reason that the `->` operator is not implemented. I have some code where I need to access some iterators in the context of a more complicated for loop and it would be very convenient. It seems that some resources I've read about implementing iterators say to implement it, and some don't mention it.