aggregateprinter ~master (2020-08-10T10:38:22Z)
Dub
Repo
AggregatePrinter
aggregateprinter
Undocumented in source.
struct
AggregatePrinter (
T
) {
T
*
thing
;
this
(T* thing);
void
toString
(void delegate(const(char)[]) @(safe) output);
}
Constructors
this
this
(T* thing)
Undocumented in source.
Members
Functions
toString
void
toString
(void delegate(const(char)[]) @(safe) output)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
thing
T
*
thing
;
Undocumented in source.
Meta
Source
See Implementation
aggregateprinter
functions
aggPrinter
structs
AggregatePrinter