| ▲ | wiml 2 hours ago | |
*foo++ (and --) is an extremely common C idiom. I'd argue it's clearer than the separated version. | ||
| ▲ | 14113 2 hours ago | parent [-] | |
As I experienced while trying to write out an AST for this pattern, the operator precedence makes it harder to read. I would at least prefer that it's written as *(foo++). | ||