Changes between Version 2 and Version 3 of Ticket #6220


Ignore:
Timestamp:
2020-11-12T17:03:25+01:00 (4 years ago)
Author:
mahge930
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6220 – Description

    v2 v3  
    2424}}}
    2525
     26Basically 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
     28I 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
    2632It can be used as
    2733{{{