(common-lineage h & items)
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.
(greatest-common-derivation h & items)
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
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |