asOriginalType

fnOriginalType!E asOriginalType(E)(E value) if (is(E == enum))

Returns the representation of an enumerated value, i.e. the value converted to the base type of the enumeration.