Returns the methods of a generic function. The order of the methods in the sequence is not significant. The sequence returned should never be destructively modified. Doing so may cause unpredictable behavior.
If generic-function is sealed, an implementation may choose not to return a sequence of methods, but instead signal an error of type <sealed-object-error>.
sealed
| generic-function | An instance of <generic-function>. |
| sequence | An instance of <sequence>. |