• Scieneer Common Lisp 1.3.9 online documentation

    fdefinition name[Function]

    Return name's global function definition taking care to regard any encapsulations and to return the innermost encapsulated definition. This is setf'able.

    (setf (fdefinition g109) g108)[Function]

  •