methods

methods F -- produces a list of those methods associated with the function or type F.

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
     

Go to main index.

Go to concepts index.