Skip to main content

descendants

functionv1.0

clojure.core/descendants

Available in:BBCLJCLJS
(descendants [tag] [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.

No examples yet. Be the first to add one!