Earlier quoted context omitted.
It also means three pointer dereferences in C++.
Please submit a proposal for this.
https://www.stroustrup.com/whitespace98.pdf
>Instead, it was decided to by default limit identifiers to a single character:
int xy; // error: two-character identifier
>This may seems Draconian at first. However, since we now have the full Unicode character set available, we don't actually need hard-to-read long names. Such long names only make code obscure by causing unpleasantly long lines and unnatural line breaks. Multi-character names are a relic of languages that relied heavily on global name and encouraged overly-large scopes.