(format-multiline-string s)makes a multiline string into a form
makes a multiline string into a form
(join-block-arrays spacing block-arrays)joins block-arrays together with a spacing array
joins block-arrays together with a spacing array
(join-blocks spacing blocks)joins blocks together with a spacing array
joins blocks together with a spacing array
(layout-by arr indents-start {:keys [spec] :as opts})general layout function
general layout function
(layout-by-columns arr
indents-start
{:keys [indents spec] :or {indents 0} :as opts})layout data using columns
layout data using columns
(layout-by-rows arr
indents-start
{:keys [indents spec] :or {indents 0} :as opts})layout data using rows
layout data using rows
(layout-multiline-basic form {:keys [indents] :or {indents 0} :as opts})layout standard multiline forms
layout standard multiline forms
(layout-multiline-call type
form
{:keys [indents spec] :or {indents 0} :as opts})custom function for most list based functions
custom function for most list based functions
(layout-multiline-call-setup form
{:keys [indents spec] :or {indents 0} :as opts})helper function to prep multiline form
helper function to prep multiline form
(layout-multiline-hashmap m {:keys [indents spec] :or {indents 0} :as opts})layouts the hashmap
layouts the hashmap
(layout-multiline-hashset arr {:keys [indents] :or {indents 0} :as opts})layouts the hashset
layouts the hashset
(layout-multiline-hiccup form {:keys [spec] :as opts})generates hiccup code
generates hiccup code
(layout-multiline-list form {:keys [spec] :as opts})layout standard paired inputs
layout standard paired inputs
(layout-multiline-paired form {:keys [indents spec] :or {indents 0} :as opts})layout standard paired inputs
layout standard paired inputs
(layout-multiline-vector arr {:keys [indents spec] :or {indents 0} :as opts})layouts the vector
layouts the vector
(layout-n-column rows spec opts)layout for arbitrary column formatting
layout for arbitrary column formatting
(layout-n-column-align rows
{:keys [col-compact col-align col-pad]
:or {col-align true}}
{:keys [indents] :or {indents 0} :as opts})layout code based on n columns
layout code based on n columns
(layout-n-column-pad rows
{:keys [col-pad]}
{:keys [indents] :or {indents 0} :as opts})layouts a set of columns with single space
layouts a set of columns with single space
(layout-n-column-space rows {:keys [indents] :or {indents 0} :as opts})layouts a set of columns with single space
layouts a set of columns with single space
(layout-one-column vals {:keys [indents] :or {indents 0} :as opts})layout for one column
layout for one column
(layout-pair-blocks form {:keys [indents spec] :or {indents 0} :as opts})layout-pair-blocks
layout-pair-blocks
(layout-single-row row {:keys [spec indents] :or {indents 0} :as opts})layouts a row
layouts a row
(layout-two-column
pairs
{:keys [col-align col-compact col-sort] :or {col-align true} :as spec}
{:keys [indents] :or {indents 0} :as opts})layout for 2 column bindings and :key val combinations
layout for 2 column bindings and :key val combinations
(layout-with-bindings form {:keys [indents] :or {indents 0} :as opts})layout with bindings
layout with bindings
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 |