Node:Generic Functions, Next:Generic Function Methods, Previous:Instances, Up:Introspection
generic-function-name gf | primitive procedure |
Return the name of generic function gf. |
generic-function-methods gf | primitive procedure |
Return a list of the methods of generic function gf.
This is the value of the gf metaobject's methods slot.
|