Liking cljdoc? Tell your friends :D

tupelo.hierarchy


common-lineageclj/s≠

clj
(common-lineage h & items)
cljs
(common-lineage G__69501 & rest69502)

Inputs: [h :- tsk/KeyMap & items :- [Symbol-or-Keyword]] Returns: tsk/Set

Returns all common lineage elements for all items.

Inputs: [h :- tsk/KeyMap & items :- [Symbol-or-Keyword]]
Returns: tsk/Set

Returns all common lineage elements for all items.
sourceraw docstring

greatest-common-derivationclj/s≠

clj
(greatest-common-derivation h & items)
cljs
(greatest-common-derivation G__69509 & rest69510)

Inputs: [h :- tsk/KeyMap & items :- [Symbol-or-Keyword]] Returns: Symbol-or-Keyword

Returns the most derived element in the lineage of all items

Inputs: [h :- tsk/KeyMap & items :- [Symbol-or-Keyword]]
Returns: Symbol-or-Keyword

Returns the most derived element in the lineage of all items
sourceraw docstring

lineage-to-itemclj/s

(lineage-to-item h item)

Inputs: [h :- tsk/KeyMap item :- Symbol-or-Keyword] Returns: tsk/Set

Returns a set of an items ancestors, including the item itself.

Inputs: [h :- tsk/KeyMap item :- Symbol-or-Keyword]
Returns: tsk/Set

Returns a set of an items ancestors, including the item itself.
sourceraw docstring

num-ancestorsclj/s

(num-ancestors h item)

Inputs: [h :- tsk/KeyMap item :- Symbol-or-Keyword] Returns: s/Num

Returns the number of ancestors for an item.

Inputs: [h :- tsk/KeyMap item :- Symbol-or-Keyword]
Returns: s/Num

Returns the number of ancestors for an item.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close