Return the value that is stored under the given key. If the key is not present, an error is thrown.
Arguments
- enum
The
enum
that contains the key-value pair.- key
The
key
under which the value is stored.
See also
Other enumeration-helpers:
enumGetKey()
,
enumHasKey()
,
enumKeys()
,
enumPut()
,
enumRemove()
,
enumValues()
,
enum()