Looks up a code in the enum by its index. (ie gets the nth code in the enum).
index of code to get
nth code in enum
array out of bounds if index is > number of codes in the enum
See Implementation
Looks up a code in the enum by its index. (ie gets the nth code in the enum).