Store.smallLength

Fixed number elements that fit into small variant storage.

struct Store(E, bool useGC = shouldAddGCRange!E)
enum smallLength = Large!(E, useGC).sizeof / E.sizeof;

Meta