Cell.display

Displays the cell to the specified output.

struct Cell
void
display
(,
size_t width
,
ref mstring content_buf
,
ref mstring spacing_buf
)

Parameters

output Output

output to send cell to

width size_t

display width of cell

content_buf mstring

string buffer to use for formatting cell contents

spacing_buf mstring

string buffer to use for formatting spacing to the left of the cell's contents

Meta