toEnum -package:singletons-base

Convert from an Int.
toEnum, same as in the Enum class, except it takes an SInteger
Convert from an Int.
Convert index to value
TcRnTagToEnumMissingValArg is an error that occurs when the 'tagToEnum#' function is not applied to a single value argument. Example(s): tagToEnum# 1 2 Test cases: None