VerboseReporter

Prints the information about the given identifier.

struct VerboseReporter (
alias sink
) if (
isCallable!sink
) {}

Constructors

this
this()
Undocumented in source.
this
this(Source source)
Undocumented in source.

Members

Functions

report
void report()

Parameters

sink

Function used to print the information.

Meta