#What's the opposite of @tagName?

1 messages · Page 1 of 1 (latest)

broken comet
#

@tagName turns an enum value into a string name.. but what can I use to turn a string into an enum value?

reef sedge
#

std.meta.stringToEnum

broken comet
#

gah I can't believe I missed that! I thank you!

reef sedge
#

it should be in std.enums, but it works

molten maple
#

If it's comptime you can also use @field!