Algebraic.typeFieldNames__

Provides an immutable array of field name strings for the union type used to instantiate Algebraic.

struct Algebraic(T__...)
static immutable
static if(T__.length == 1 && is(T__[0] == union))
char[][] typeFieldNames__;