Skip to contents

Prints a human-readable representation of an enum object.

Usage

# S3 method for class 'enum'
print(x, ...)

Arguments

x

An enum object

...

Additional arguments (not used)

Value

No return value, called for side effects. Prints a string representation of the enum object to the console.