odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
7.03k stars 624 forks source link

reflect: add `enum_value_has_name` proc #4477

Closed laytan closed 2 weeks ago

laytan commented 2 weeks ago

Easy way to check if the current value has a defined name/member in the enum type.