FlatReporter.this

  1. this()
  2. this(Source source)
    struct FlatReporter(alias sink)
    if (
    isCallable!sink
    )

Parameters

source Source

Scores collected from a source file.

Meta