VerboseReporter.report

struct VerboseReporter(alias sink)
void
report
()
if (
isCallable!sink
)

Meta