(class-name cls)
  cls: a class
  returns a sym or #n
F

Returns the name of a class.

This is the symbol which was passed to the class' name clause, or #n if that clause was absent.

class-of
class-has-mixin?