Store.smallLength

Fixed number elements that fit into small variant storage.

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

Meta