print.enum {interface} | R Documentation |
Print method for enum objects
Description
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.
[Package interface version 0.1.2 Index]