BinaryHistogram.total

The aggregated total from all calls to add().

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

Meta