Skip to contents

Prints a human-readable representation of an enum generator, showing all possible values.

Usage

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

Arguments

x

An enum generator function

...

Additional arguments (not used)

Value

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