chic-text.core

->Cell

(->Cell contents)
Positional factory function for class chic_text.core.Cell.

->Row

(->Row contents)
Positional factory function for class chic_text.core.Row.

cell-with-width

(cell-with-width width cell)

cell?

columns->str

(columns->str total-width columns)

ICell

protocol

members

lines

(lines this)
Return a sequential collection of lines.

ILength

protocol

members

length

(length this)
Return the number of elements in the container.

IRow

protocol

members

cells

(cells this)
Return a sequential collection of cells that make up the row.

make-cell

(make-cell lines)

make-row

(make-row cells)

map->Cell

(map->Cell m__5869__auto__)
Factory function for class chic_text.core.Cell, taking a map of keywords to field values.

map->Row

(map->Row m__5869__auto__)
Factory function for class chic_text.core.Row, taking a map of keywords to field values.

pad

(pad padding a-str)

print-table

print-table-of

row?

spaces

(spaces n)

table

(table width & columns)

table-of

(table-of width things & selectors)

widths+columns->str

(widths+columns->str widths columns)