Displaying 1 result from an estimated 1 matches for "9866a9dc".
2019 Nov 12
2
The best way of generating a good representation for an array with header?
The advantages:
1. A pointer to the struct offset can be converted to a pointer without any cost.
2. A nullpointer to a stretchy buffer can be treated as a zero length array. Consequently no actual struct allocation is needed to represent a zero length array.
3. A reference to the array is the same size as to a pointer.
4. It can be converted to and back from an pointer without losing any