Algebraic.hasFixedSize

Is true if all Types stored in this Algebraic has the same length.

struct Algebraic(Types...)
@safe
enum hasFixedSize = allSame!typeSizes;

Meta