Contiguous.data

Data buffer that stores deserialized struct data together with all referenced arrays in a single contiguous chunk

package protection is used so that contiguous (de)serializer can access it directly

struct Contiguous(S)
package
void[] data;

Meta