Store

Small-size-optimized (SSO) array store.

static
struct Store (
E
bool useGCallocation = false
) {}

Destructor

~this
~this()

Destruct.

Members

Functions

isSmall
bool isSmall()
length
size_t length()

Get currently length at ptr.

Manifest constants

maxLargeLength
enum maxLargeLength;

Maximum number elements that fit into large variant storage.

smallLength
enum smallLength;

Fixed number elements that fit into small variant storage.

Meta