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.
The id of the slice. (Only used during unarchiving).
The length of the slice.
The offset of the slice, i.e. where the slice begins in the array.
See Implementation
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.