Histogram.toString

Returns a space-separated table of the histogram bins and header lines with totalCount, minValue, maxValue and sum. The header lines begin with a has sign (#) so they may be treated as comments by other programs.

struct Histogram(T, Flag!"logIndex" logIndex = No.logIndex)
const
string
toString
()

Meta