Array

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

Members

Functions

isSliceOf
bool isSliceOf(Array b)

Returns true if the given array is a slice of the receiver.

Variables

elementSize
size_t elementSize;

The size of an individual element stored in the array, in bytes.

length
size_t length;

The length of the array

ptr
const(void)* ptr;
Undocumented in source.

Meta