Slice

This struct is a type independent representation of a slice. This struct is used when sending a slice for archiving from the serializer to the archive.

Members

Variables

id
size_t id;

The id of the slice. (Only used during unarchiving).

length
size_t length;

The length of the slice.

offset
size_t offset;

The offset of the slice, i.e. where the slice begins in the array.

Meta