todo:
[...]
- distinguish between classes, structs.
At least in acl62:
(typep (find-class 'my-struct) 'standard-class) => NIL (typep (find-class 'my-struct) 'structure-class) => T
Oh, just seeing that there's even no handler for a structure-class. But I guess that's Allegro-specific.
-ts