# S3 method for siglist
toString(x, width = getOption("width"), ...)
# S3 method for siglist
print(x, width = getOption("width"), ...)
Arguments
x
An object of class siglist.
width
Width of string to display.
...
Passed to the equivalent sig method.
Value
toString creates a string representation of a function signature.
print is mostly invoked for the side effect of printing a function
signature, invisibly returning its input.