ClojureDocs

导航

命名空间

后代

clojure.core

自 1.0 版起提供 (源代码)
  • (descendants tag)
  • (descendants h tag)
Returns the immediate and indirect children of tag, through a
relationship established via derive. h must be a hierarchy obtained
from make-hierarchy, if not supplied defaults to the global
hierarchy. Note: does not work on Java type inheritance
relationships.