FlatReporter

Prints the information about the given identifier.

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

Constructors

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

Members

Functions

report
void report(Threshold threshold)

Parameters

sink

Function used to print the information.

Meta