str2enum

Converts string to enum If wrong string is specified max enum base type is returned ex. for: enum:ubyte E{} will return 255

T
str2enum
(
T
)
(
auto ref string str
)

Meta