getMethodSpec
getMethodSpec(U_funObject) =>l_spec
Description
Returns the list of specializers for the given funobject.
Arguments
|
Specifies the name of the function object for which you want to retrieve the list of specializers. This be a valid generic method object. |
Value Returned
|
Returns a list of specializers for the specified generic function object |
Examples
getMethodSpec(funobj@0x0182456)
=> (string number)
Related Topics
Return to top