Convert a TypeScript syntactic sugar enum to a list of keys.
This method filters the reverse mapping from value to key.
Enum to retrieve the keys from
The list of keys
Index mapping must be contiguous and 0-based.
Convert a TypeScript syntactic sugar enum to a list of keys.
This method filters the reverse mapping from value to key.