R/s3.R
s3methods.Rd
Implementation of basic S3 generics such as print().
print()
# S3 method for class 'openmpt' print(x, ...) # S3 method for class 'openmpt' format(x, ...)
Object to apply the method to.
Ignored.
In case of print and format a formatted string with basic information about the module is returned.
print
format