FixedSizeArray.disableDtor

If true no destructor of any element stored in the FixedSizeArray will be called.

struct FixedSizeArray(T, size_t Size = 32)
bool disableDtor;

Meta