BinaryHistogram.total

The aggregated total from all calls to add().

struct BinaryHistogram(uint MaxPow2, istring Suffix = "")
ulong total;

Meta