ponies v0.0.1 (2018-01-20T21:21:48Z)
Dub
Repo
AsciiTable
asciitable
Undocumented in source.
struct
AsciiTable {
ulong
[]
minimumWidths
;
Row
[]
rows
;
this
(W minimumWidths);
AsciiTable
add
(V values);
string
toString
(string linePrefix);
}
Constructors
this
this
(W minimumWidths)
Undocumented in source.
Members
Functions
add
AsciiTable
add
(V values)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
(string linePrefix)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
minimumWidths
ulong
[]
minimumWidths
;
Undocumented in source.
rows
Row
[]
rows
;
Undocumented in source.
Meta
Source
See Implementation
asciitable
structs
AsciiTable
Row