lantern ~master (2022-04-04T15:18:44.2651255)
Dub
Repo
TablePrinter
lantern
table
Undocumented in source.
struct
TablePrinter (
T
) {
T
result
;
alias
ColumnNames
=
FieldNameTuple
!
T
;
alias
RowNames
=
MergeFieldNames
!(
Fields
!
T
)
;
void
writeTo
(R buffer);
}
Members
Aliases
ColumnNames
alias
ColumnNames
=
FieldNameTuple
!
T
Undocumented in source.
RowNames
alias
RowNames
=
MergeFieldNames
!(
Fields
!
T
)
Undocumented in source.
Functions
writeTo
void
writeTo
(R buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
result
T
result
;
Undocumented in source.
Meta
Source
See Implementation
lantern
table
functions
printTable
structs
TablePrinter