Module r3_portkit::num::wrapping

source ·
Expand description

Wrapping counter types

Structs

  • Implementation of WrappingTrait that wraps around at some boundary that does not naturally occur from the binary representation of the integer type.

Traits

  • Represents a counter type that wraps around when incremented past a predetermined upper bound MAX (this bound is not exposed).

Type Definitions