|
|
|
|
|
by unrealhoang
529 days ago
|
|
that's the beauty of type after name, it's all left to right, even in special-cases of array, references, and the most confusing-contributor to cdecl: functions `func(int)[5]*string`: perfectly clear, just read left to right. |
|
You can't really encode a tree structure with only linear semantics (without at least something like s-expressions).