print.enum: Print method for enum objects

View source: R/enum.R

print.enumR 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.


interface documentation built on Sept. 11, 2024, 8:59 p.m.