Changes between Version 2 and Version 3 of Ticket #6220
- Timestamp:
- 2020-11-12T16:03:25Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6220 – Description
v2 v3 24 24 }}} 25 25 26 Basically it is the normal array struct with additional members added at the bottom so that it can be "sliced" when casted as the normal array struct. The pointer members are initialized to point to the data allocated on the stack by the last two members respectively. 27 28 I am not sure how `point of declaration` is enforced with C but if it does not work we will find out pretty soon. 29 30 31 26 32 It can be used as 27 33 {{{