Replies: 4 comments 5 replies
-
As declaration syntax these are the downsides:
|
Beta Was this translation helpful? Give feedback.
-
If one wants to enforce the x, y, z ordering, then |
Beta Was this translation helpful? Give feedback.
-
Other possible candidates for fixed array syntax: int([4,2]) fixed_array;
int[|4,2|] fixed_array; |
Beta Was this translation helpful? Give feedback.
-
Hello! Just discovered C3 and puzzled by some of the design choices. Why not use the same order as C ?
I understand it is quite late to change this, but such departures from C are a major headache for adoption. |
Beta Was this translation helpful? Give feedback.
-
Proposal for fixed declaration array syntax, with array index order closer to C
Why:
Beta Was this translation helpful? Give feedback.
All reactions