http://d.puremagic.com/issues/show_bug.cgi?id=2985

           Summary: Add enumToString and enumFromString to std.conv
           Product: D
           Version: 2.029
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: bugzi...@digitalmars.com
        ReportedBy: rsi...@gmail.com


Created an attachment (id=368)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=368)
Adds enumToString and enumFromString

The patch adds new template functions enumToString and enumFromString to
std.conv. These functions convert between an enum member value and its name,
and do not require that enums should be defined by some template (cf.
defineEnum).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to