R/enum.R
print.enum.Rd
Prints a human-readable representation of an enum object.
# S3 method for class 'enum' print(x, ...)
An enum object
Additional arguments (not used)
No return value, called for side effects. Prints a string representation of the enum object to the console.