enumtostr

Source   Edit  

Procs

proc genCaseObjDiscMapping(t: PType; field: PSym; info: TLineInfo;
                           g: ModuleGraph; idgen: IdGenerator): PSym {....raises: [
    KeyError, ValueError, IOError, OSError, Exception, ERecoverableError], tags: [
    WriteIOEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect, RootEffect],
    forbids: [].}
Source   Edit  
proc genEnumToStrProc(t: PType; info: TLineInfo; g: ModuleGraph;
                      idgen: IdGenerator): PSym {....raises: [KeyError, ValueError,
    IOError, OSError, Exception, ERecoverableError], tags: [WriteIOEffect,
    ReadEnvEffect, ReadIOEffect, ReadDirEffect, RootEffect], forbids: [].}
Source   Edit