Store.maxLargeLength

Maximum number elements that fit into large variant storage.

struct Store(E, bool useGCallocation = false)
enum maxLargeLength = size_t.max >> 8;

Meta