(class-mixins cls)
  cls: a class
  returns an arr
F

Returns all of a class' mixins.

This is an array of each of the values which were passed to the class' mixin clause, or the empty array () if that clause was absent.

class-has-mixin?
mixin?