In #8 an Enum.getName() API was mentioned, but was then removed in favor of using Iterator.prototype.find() on the enum entries, that's not optimal since it requires a linear search.
I propose adding back the Enum API, which would also be useful for future extensions of the enum feature