Skip to main content

AccumCount

Type Alias AccumCount 

Source
type AccumCount = Overflowing<i128>;
Expand description

The type for accumulator counting. Set to Overflowing<u128>.

Aliased Typeยง

struct AccumCount(/* private fields */);