| Allegro CL version 10.1 New since the initial 10.1 release. |
Arguments: generic-function
Returns the type of the discriminator currently installed in the
generic-function. The type can be any of
the kinds of discriminatos listed
in Generic Function Discriminators
in implementation.htm, or it can be
excl::redeffed-initial
, which means that the
generic-function has not yet been called and so no discriminator
function has been created.
See Appendix: Effective-method selection in Allegro CL CLOS and Associated Optimizations in implementation for more information on this function.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.
| Allegro CL version 10.1 New since the initial 10.1 release. |