Accessing a field of an rvalue of pointer type, analogous to: (EXPR)->field in C, itself equivalent to (*EXPR).FIELD
See Implementation
Accessing a field of an rvalue of pointer type, analogous to: (EXPR)->field in C, itself equivalent to (*EXPR).FIELD