methods

methods F -- produces a list of those methods associated with the function or type F.
methods quote ** -- produces a list of the methods usable with the operator **.
methods (quote **, X) -- produces a list of the methods usable with the operator ** and a thing of class X.
methods (X, Y) -- produces a list of the methods usable with a thing of class X and a thing of class Y.

This function operates by examining those types which are values of global symbols for keys which appear to be storing references to methods. Types which don't appear as values of global variables will not be examined, so perhaps not all methods will be found.

i1 : methods drop

o1 = {}

o1 : List


topindexpreviousupnext