I actually find the Rust syntax very natural, more than C in some areas.
reply
typedef takes the identifier at the end of the statement.
The asterisk is used to de-reference but used to denote a reference in types.
While loops may take the condition after the block.
I actually find the Rust syntax very natural, more than C in some areas.