Function bitEnumToString

Convert a value to bitwise or of enum members

string bitEnumToString(T) (
  ulong val
) pure @safe;