Get the key mapped to the given value in an enum
Arguments
- enum
The
enum
where the key-value pair is stored- value
The value that is mapped to the
key
See also
Other enumeration-helpers:
enumGetValue()
,
enumHasKey()
,
enumKeys()
,
enumPut()
,
enumRemove()
,
enumValues()
,
enum()